Oclif Plugin
Freeby MCP Community
A plugin for the oclif CLI framework that automatically discovers commands and serves them through the Model Context Protocol (MCP).
v0.7.1Added Apr 12, 2026
oclif-plugin
Oclif Plugin MCP Server
A plugin for the oclif CLI framework that automatically discovers commands and serves them through the Model Context Protocol (MCP).
Installation
Reviews
Installation
Quick install
npx -y oclif-plugin-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"oclif-plugin": {
"command": "npx",
"args": ["-y", "oclif-plugin-mcp-server"]
}
}
}