Multimodels MCP
UnclaimedMCP 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
Install
claude mcp add --scope user multimodels -- node "$(pwd)/dist/index.js"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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.)