multimodels-mcp

dpmadsen/multimodels-mcp
★ 14 stars TypeScript AI/LLM Updated today
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
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "multimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dpmadsen/multimodels-mcp"
      ]
    }
  }
}