mcpbeat Sign in

apimodels MCP Server

local only

apimodels runs on your own machine — the client starts it, so there is no endpoint to ping. 624 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 520 · avg 17
a month agotoday
624
Installs / week
npm · apimodels-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check apimodels every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apimodels-mcp -- npx -y apimodels-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apimodels-mcp": {
      "args": [
        "-y",
        "apimodels-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apimodels-mcp]
command = "npx"
args = ["-y", "apimodels-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apimodels-mcp": {
      "args": [
        "-y",
        "apimodels-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apimodels-mcp": {
      "args": [
        "-y",
        "apimodels-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIMODELS_API_KEY (Your sk_… API key from https://apimodels.app/console/api-keys), APIMODELS_BASE_URL (API base URL. Default https://api.apimodels.app/v1), APIMODELS_TIMEOUT_MS (Max milliseconds to wait for an image / video / audio task. Default 300000). The author declared them in the registry entry; get the values from the project itself.

Alternatives to apimodels

same job, measured the same way
Unifically
by unifically

One API for 100+ AI video, image, music and speech models.

14 tools answering
A
370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models
by router

One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.

4 tools answering
GenMagic
by yumaheymans

Generate text, images, speech, music, and video with any AI model, from one credit balance.

6 tools answering
Mostai MCP
by most-ai-com

Generate images, video, music, speech and text with 60+ models through your MostAI account.

2 741 installs/wk local only
Vidofy
by vidofy

Generate video, images, audio and speech with Vidofy — Veo 3.1, Kling 3.0, Flux 2 and 570+ models.

337 installs/wk answering
MediaEngine
by tr1ckymag1ca1

AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.

43 installs/wk local only
NinjaChat MCP
by ninjachat

Create images & video from any MCP agent — 17 models, spend limits, one URL.

answering
AI Wave
by elopstudio-aiwave

AI model releases, price changes and deprecations in one feed: chat, embedding, speech, video.

71 installs/wk 8 tools answering

apimodels — questions

Answers built from our own checks of this server.

Why is there no uptime for apimodels?
apimodels runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package apimodels-mcp was installed 624 times last week.
How do I connect apimodels?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apimodels-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use apimodels?
The npm package apimodels-mcp was installed 624 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is apimodels open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.