MCP server that lets Claude Code delegate tasks to GPT-5.6 (Codex CLI), DeepSeek, GLM, OpenRouter and local LM Studio models — plus a 198-run benchmark of all of them
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": {
"multimodels-mcp": {
"command": "npx",
"args": [
"-y",
"dpmadsen/multimodels-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add multimodels-mcp npx -y dpmadsen/multimodels-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"multimodels-mcp": {
"command": "npx",
"args": [
"-y",
"dpmadsen/multimodels-mcp"
]
}
}
}
📋 Copy