mcp.film

mcp.film / Model Hubs / Runware MCP

Runware MCP

Officialby Runwarecreditsverified Jun 29, 2026

Official Runware MCP for image, video, audio, 3D, upscaling, and model search.

Rate it: no ratings yet

What it does

Runware's official npm MCP package gives agents access to the Runware API: image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, model discovery, pricing, task lookup, and account balance. For filmmaker-agents it is another broad media workbench, especially useful when a prompt needs model search plus schema validation before spending credits.

Connect

Claude Code
claude mcp add runware -e RUNWARE_API_KEY=YOUR_KEY -- npx -y @runware/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "runware": {
      "command": "npx",
      "args": [
        "-y",
        "@runware/mcp"
      ],
      "env": {
        "RUNWARE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "runware": {
      "command": "npx",
      "args": [
        "-y",
        "@runware/mcp"
      ],
      "env": {
        "RUNWARE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env RUNWARE_API_KEY — https://my.runware.ai

Tools you'll see

runmodel_schemalist_modelsmodel_detailsmodel_examplesmodel_pricinglist_capabilitiesmodel_searchimage_uploadmodel_uploadaccountget_task_details

Field notes

npm @runware/mcp 1.1.0, Node >=18, MIT, published Jun 23 2026; package docs list Claude Desktop, Cursor, and Codex stdio configs. Caveat: the npm package metadata points to github.com/Runware/mcp, which returned 404 during verification, so this listing links the older public Runware/MCP-Runware repo for provenance and the npm package page for the current install. It is a local stdio package, not a hosted remote MCP.

Pairs well with