Skip to content
Zed

runway mcp for Zed

io.github.runapi-builder/runway-mcp

RunAPI MCP server for Runway: create tasks, poll status, check pricing.

client:Zed transport:stdio runtime:npm

Install runway mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "runway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/runway-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

runway mcp in other clients