Skip to content
Cursor

devdocs mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install devdocs mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

devdocs mcp in other clients