mcp.film

mcp.film / Video Generation / Runway MCP

Runway MCP

OfficialRemoteby Runwaycreditsverified Aug 11, 2026

Official hosted MCP: Gen-4.5, Seedance, Kling and Veo video from any agent.

What it does

Runway's hosted MCP server connects agents like Claude, ChatGPT and Cursor to Runway's full generation stack. As of August 2026 the marketing page lists Gen-4.5, Gen-4 Turbo, Gen-4 Image, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2 and Nano Banana Pro, routed by plan, making it a one-stop video tool for filmmaker agents with automatic task polling and media URL delivery.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.runwayml.com/mcp
Claude Code
claude mcp add --transport http runway https://mcp.runwayml.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "runway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.runwayml.com/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "runway": {
      "url": "https://mcp.runwayml.com/mcp"
    }
  }
}
Auth: oauth — Hosted MCP authenticates with your Runway account (OAuth). Self-hosted repo uses RUNWAYML_API_SECRET from dev.runwayml.com

Tools you'll see

runway_generateVideorunway_generateImagerunway_upscaleVideorunway_editVideorunway_getTask

Field notes

Hosted server (OAuth, no API key, bills Runway credits) is the flagship; an open-source repo exists for self-hosting and was last pushed 2026-08-10. Runway has moved its web presence from runwayml.com to runway.com — the old host 308s across, and the mcp.runwayml.com endpoint still answers (401 unauthenticated). The Zendesk help article blocks scripted fetches; open it in a browser. Generated asset URLs from the API expire after 24h — download outputs promptly.

Pairs well with