Productivity|Development|AI / MLPython
claude_code-multi-AI-MCP
This MCP server allows Claude Code to utilize multiple AI services for code review and fixes.
N/A rating (0 reviews)0 installs140 GitHub stars
AIClaude CodeMulti-AI
The setup connects Claude Code with Google Gemini, Grok-3, ChatGPT, and DeepSeek, enabling users to leverage the strengths of each AI for various tasks. Users can easily switch between AIs and request assistance for debugging, architecture opinions, and technical debates.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-multi-ai-mcp": {
"args": [
"mcp-server-claude-code-multi-ai-mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.