Skip to content
Cline

devdocs mcp for Cline

io.github.madhan-g-p/devdocs-mcp

Local DevDocs MCP Server (Developer Docs with project specific context awareness)

client:Cline transport:stdio runtime:npm

Install devdocs mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "devdocs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@madhan-g-p/devdocs-mcp-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

devdocs mcp in other clients