★ 0 stars
Python
🤖 AI/LLM
Updated 1mo ago
Multi-model AI orchestration MCP server — 31 tools, 25+ models (Gemini, DeepSeek, Kimi, Qwen, GLM, MiniMax), memory flywheel, web grounding. Works with Claude Code.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aarnxen-multiai-mcp": {
"command": "uvx",
"args": [
"aarnxen-multiai-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aarnxen-multiai-mcp uvx aarnxen-multiai-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aarnxen-multiai-mcp": {
"command": "uvx",
"args": [
"aarnxen-multiai-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install aarnxen-multiai-mcp
Topics
ai claude-code gemini llm mcp mcp-server multi-model ollama open-source python