Skip to content
Claude Desktop

apimodels for Claude Desktop

io.github.stimqq/apimodels-mcp

Image, video, chat and speech models with one API key. The model can review its own images.

client:Claude Desktop transport:stdio runtime:npm

Install apimodels in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apimodels-mcp"
      ],
      "env": {
        "APIMODELS_API_KEY": "<APIMODELS_API_KEY>",
        "APIMODELS_BASE_URL": "<APIMODELS_BASE_URL>",
        "APIMODELS_WAIT_SECONDS": "<APIMODELS_WAIT_SECONDS>",
        "APIMODELS_TIMEOUT_MS": "<APIMODELS_TIMEOUT_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

apimodels in other clients