{
  "slug": "runway",
  "name": "Runway MCP",
  "vendor": "Runway",
  "official": true,
  "category": "video-generation",
  "featured": false,
  "tagline": "Official hosted MCP: Gen-4.5, Seedance, Kling and Veo video from any agent.",
  "description": "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.",
  "capabilities": [
    "text-to-video",
    "image-to-video",
    "text-to-image",
    "video-upscaling",
    "video-editing"
  ],
  "tools_sample": [
    "runway_generateVideo",
    "runway_generateImage",
    "runway_upscaleVideo",
    "runway_editVideo",
    "runway_getTask"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http runway https://mcp.runwayml.com/mcp",
    "remote_url": "https://mcp.runwayml.com/mcp",
    "stdio_command": null
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "Hosted MCP authenticates with your Runway account (OAuth). Self-hosted repo uses RUNWAYML_API_SECRET from dev.runwayml.com"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/runwayml/runway-api-mcp-server",
    "docs": "https://help.runwayml.com/hc/en-us/articles/51931843164691-Connecting-to-Runway-MCP",
    "site": "https://runwayml.com/mcp"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}