# readthedocs/readthedocs.org | Model Context Protocol (MCP) Server > The source code that powers readthedocs.org - **Stars**: ⭐ 8,372 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "readthedocs.org": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-readthedocs.org" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "readthedocs.org": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-readthedocs.org" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-readthedocs.org` - **Docker**: `docker run -i --rm mcp/readthedocs.org`