mcp.film

mcp.film / Video Generation / Runway MCP

Runway MCP

OfficialRemoteby Runwaycreditsverified Jun 11, 2026

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

Rate it: no ratings yet

What it does

Runway's hosted MCP server connects agents like Claude, ChatGPT and Cursor to Runway's full generation stack. It routes requests to Gen-4.5, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2 and Nano Banana Pro depending on your 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 MIT repo exists for self-hosting. Generated asset URLs from the API expire after 24h — download outputs promptly.

Pairs well with