mcp.film

mcp.film / Model Hubs / RunAPI MCP Server

RunAPI MCP Server

Officialby RunAPIcreditsverified Jun 29, 2026

Browse, price, and run 130+ image, video, audio and voice models through one MCP.

Rate it: no ratings yet

What it does

RunAPI's official MCP server gives agents catalog discovery, input-schema inspection, prompt search, pricing lookup, media task creation, polling and balance checks across its model marketplace. For filmmakers it is a pragmatic aggregator for Flux, Kling, Seedance, Veo, Suno, ElevenLabs and related media endpoints when you want the agent to pick a model from current constraints instead of memorized slugs.

Connect

Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "runapi": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "runapi": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env RUNAPI_API_KEY — https://runapi.ai

Tools you'll see

list_modelsget_model_infolist_actionscheck_pricingsearch_promptscreate_taskget_taskcheck_balance

Field notes

Apache-2.0, npm @runapi.ai/mcp 0.1.13, Node >=22, pushed Jun 25 2026, 51 stars. Catalog, pricing and input constraints ship as build-time data, so the package must be updated when RunAPI changes its marketplace. Narrow sibling: @runapi.ai/runway-aleph-mcp wraps only Runway Aleph.

Pairs well with