ChatALL

GitHub

Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ChatALL": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ChatALL"
      ]
    }
  }
}