Skip to main content
Runway exposes a hosted MCP endpoint so Claude and other MCP-capable AI tools can read from your Runway model. Use it when you want an external assistant to search your model, read pages, inspect drivers, or calculate values without giving it write access.

Setup

1

Add the remote MCP server

In your AI client, add https://api.runway.com/mcp as a remote MCP server.
2

Sign in to Runway

Your browser opens the Runway login flow through OAuth.
3

Approve access

Approve the connection. The client receives OAuth tokens, so there are no API keys to manage.

Claude setup example

1

Open Claude settings

In Claude, open the settings area.
2

Open connectors

Go to the connectors area.
3

Add a custom connector

Add a custom connector with https://api.runway.com/mcp as the URL.

What the connection can do

All hosted MCP tools are read-only.
CapabilityToolDescription
List orgsrunway_list_accessible_orgsList the Runway orgs accessible to the current authenticated user.
Searchrunway_searchSearch a Runway org for pages, drivers, scenarios, and related entities.
Read pagesrunway_read_pageRead a Runway page and its visible contents.
Read drivers and formulasrunway_get_driverRead metadata and formulas for a Runway driver.
Calculate valuesrunway_get_driver_valuesCalculate driver values for one or more scenarios and month keys.
List scenariosrunway_list_scenariosList the published scenarios in a Runway org.

Limits and security

  • The MCP endpoint is read-only.
  • Access is available to Admin and above.
  • The rate limit is 60 calls per minute per user, tool, and org.
  • Authentication uses OAuth. You do not need to create or store API keys.

FAQ

No. The hosted MCP tools are read-only.
No. The connection uses OAuth through your browser login.
Hosted MCP access is available to Admin and above.

What’s next