# reorx/awesome-chatgpt-api | Model Context Protocol (MCP) Server > Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota. - **Stars**: ⭐ 6,355 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-chatgpt-api": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-chatgpt-api" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-chatgpt-api": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-chatgpt-api" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-chatgpt-api` - **Docker**: `docker run -i --rm mcp/awesome-chatgpt-api`