← Index

Runway ML

io.github.mindstone/mcp-server-runway·v0.3.2·Image, Video & Audio
Quality Score
85
/100

Runway ML MCP server: AI video, image, audio, voice generation, and task management

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-runway": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-runway"
      ],
      "env": {
        "RUNWAYML_API_SECRET": "<your-runwayml_api_secret>",
        "RUNWAY_REQUEST_TIMEOUT_MS": "60000",
        "RUNWAY_UPLOAD_TIMEOUT_MS": "600000",
        "RUNWAY_ALLOWED_ROOT": "<runway_allowed_root>",
        "RUNWAY_DOWNLOAD_ROOT": "<runway_download_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-runway": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-runway"
      ],
      "env": {
        "RUNWAYML_API_SECRET": "<your-runwayml_api_secret>",
        "RUNWAY_REQUEST_TIMEOUT_MS": "60000",
        "RUNWAY_UPLOAD_TIMEOUT_MS": "600000",
        "RUNWAY_ALLOWED_ROOT": "<runway_allowed_root>",
        "RUNWAY_DOWNLOAD_ROOT": "<runway_download_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-runway
§02  Environment variables
RUNWAYML_API_SECRET
requiredsecret

Runway API key (from dev.runwayml.com)

RUNWAY_REQUEST_TIMEOUT_MS

Outbound HTTP request timeout in milliseconds (max 1800000)

RUNWAY_UPLOAD_TIMEOUT_MS

Signed-URL upload timeout for large local files in milliseconds

RUNWAY_ALLOWED_ROOT

Sandbox root for local-file inputs to upload tools. Defaults to os.tmpdir().

RUNWAY_DOWNLOAD_ROOT

Sandbox root for downloaded outputs. Defaults to ~/Downloads/runway-mcp.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Image, Video & Audio