RoxyAPI Docs MCP Server (keyless, for coding agents) for Claude Desktop
com.roxyapi/docs
Keyless docs search so coding agents wire up RoxyAPI: every endpoint, param and SDK call.
client:Claude Desktop
transport:streamable-http
tools:1
Install RoxyAPI Docs MCP Server (keyless, for coding agents) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://roxyapi.com/mcp/docs"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs