list_models
Returns the menu: every enabled model with its exact id and provider status (missing key, offline local server, etc.)
How to use it
list_models is exposed by the Multimodels MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list_models tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Multimodels MCP
claude mcp add --scope user multimodels -- node "$(pwd)/dist/index.js"Other tools in Multimodels MCP (2)
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
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