# raycast/extensions | Model Context Protocol (MCP) Server > Extension repository for Mihon and variants - **Stars**: ⭐ 14,450 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "extensions": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-extensions" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "extensions": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-extensions" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-extensions` - **Docker**: `docker run -i --rm mcp/extensions`