Multimodels MCP
未认领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
安装
$
claude mcp add --scope user multimodels -- node "$(pwd)/dist/index.js"工具(3 个)
check_task
With id, returns that task's result (or "still running" plus live progress signals, or the error plus any salvaged partial). Without id, lists the tasks, newest first
delegate_task
Sends a self-contained task to the chosen model. Backgrounds it by default and returns a task id immediately; "wait": true blocks and returns the answer instead
list_models
Returns the menu: every enabled model with its exact id and provider status (missing key, offline local server, etc.)