# router-for-me/CLIProxyAPI | Model Context Protocol (MCP) Server > Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API - **Stars**: ⭐ 47,085 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "CLIProxyAPI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CLIProxyAPI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "CLIProxyAPI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CLIProxyAPI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-CLIProxyAPI` - **Docker**: `docker run -i --rm mcp/CLIProxyAPI`