# ai-shifu/ChatALL | Model Context Protocol (MCP) Server > Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers - **Stars**: ⭐ 16,472 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ChatALL": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ChatALL" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ChatALL": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ChatALL" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ChatALL` - **Docker**: `docker run -i --rm mcp/ChatALL`