Skip to content
Claude Desktop

developers for Claude Desktop

io.github.doc2mcp/developers

MCP server for developers documentation, generated by doc2mcp.

client:Claude Desktop transport:streamable-http

Install developers in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "developers": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.doc2mcp.site/api/mcp/f335b6a5-ec4b-4b0f-9f19-ef5af221aed2/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

developers in other clients