Skip to content
Cursor

Runway ML for Cursor

io.github.mindstone/mcp-server-runway

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

client:Cursor transport:stdio runtime:npm

Install Runway ML in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-runway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-runway"
      ],
      "env": {
        "RUNWAYML_API_SECRET": "<RUNWAYML_API_SECRET>",
        "RUNWAY_REQUEST_TIMEOUT_MS": "<RUNWAY_REQUEST_TIMEOUT_MS>",
        "RUNWAY_UPLOAD_TIMEOUT_MS": "<RUNWAY_UPLOAD_TIMEOUT_MS>",
        "RUNWAY_ALLOWED_ROOT": "<RUNWAY_ALLOWED_ROOT>",
        "RUNWAY_DOWNLOAD_ROOT": "<RUNWAY_DOWNLOAD_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Runway ML in other clients