runwayml/runway

MCP Server

RunwayML MCP Server — Gen-4 video/image generation

RunwayML Gen-4 video and image generation MCP server. Generate, edit, and upscale videos from text and images.

MCP Server

  • Package: runway-api-mcp-server (GitHub only — build locally)
  • Transport: stdio
  • Command: git clone + npm install + npm run build

Authentication

API key

VariableRequiredDescription
RUNWAYML_API_SECRETYesRunway API key

Available Tools

ToolDescription
runway_generateVideoCreate video from image+text
runway_generateImageGenerate image
runway_upscaleVideoUpscale resolution
runway_editVideoEdit video
runway_getTaskTask status
runway_getOrgOrg info

Configuration Example

toml
[[mcp.servers]]
name = "runway"
type = "stdio"
command = "npx"
args = ["-y", "runway-api-mcp-server (GitHub only — build locally)"]
timeout_seconds = 60
env = { RUNWAYML_API_SECRET = "your-value" }
tools = []

Notes: Not on npm — build from source. Generated media expires after 24 hours. Requires paid Runway Developer account.