Skip to main content

Introduction

The Runway MCP (Model Context Protocol) brings the power of generative media into Claude, ChatGPT, and other LLM agents. With the Runway MCP connection set up in your LLM of choice, you can generate videos and images directly in your chats and agent workflows — no need to switch between apps.

This guide covers how to connect Runway to supported AI apps and answers common questions about billing, models, and setup.


 

Setting Up Runway MCP

You can connect Runway to any app that supports MCP. Below are setup instructions for connecting to specific apps:

Connect to Claude
  1. Go to https://claude.ai/, or open the desktop app.
  2. Select Customize in the sidebar, and choose Connectors.
    Customize sidebar with Connectors option highlighted
  3. Enter Runway as the name, paste the link https://mcp.runwayml.com/mcp, and click Add.
    Connector name and URL fields with Add button
  4. Select Connect, and Sign in to your Runway app. You should see Runway listed under your Connectors.
    Runway listed under Connectors after sign in
Connect to ChatGPT
  1. Go to https://chatgpt.com and select MoreApps.
    Runway MCP-Connect to Claude-Step 4.png
  2. Search for Runway and add it to your apps.
    Runway MCP-Connect to Claude-Step 3.png
  3. Select Connect and Sign in to your Runway account to get started.
    Runway MCP-Connect to Claude-Step 4.png
Connect to Cursor

Setup

  1. Press Cmd+Shift+J (Mac) or Ctrl+Shift+J (Windows) to open Settings.
  2. Select Tools & MCPs.
  3. Click + new MCP server. This will open ~/.cursor/mcp.json.
  4. Paste or merge the following into your mcpServers:

    "Runway": {
      "url": "https://mcp.runwayml.com/mcp"
    }
  5. Save the file. You should now see runway under Tools & MCPs.
  6. Select Connect, and Sign in to your Runway account.
  7. Approve access and you'll be redirected back to Cursor. You should now see the available Runway tools under Tools & MCPs.

Troubleshooting

  • If Runway is not connecting, press Cmd+Shift+U (Mac) or Ctrl+Shift+U (Windows) to open MCP Logs for the error.
  • If you need to re-auth, open Tools & MCPs and click the refresh icon next to runway.
Connect to Replit
  1. Go to https://replit.com/.
  2. Select Integrations and choose Add MCP Server.
    Add MCP Server option in Replit
  3. Name the server Runway and paste in the link https://mcp.runwayml.com/mcp.
    MCP server name and URL fields in Replit
  4. Select Trust and Save, and click Authorize Server to sign in with your Runway account.
    Trust and Save and Authorize Server buttons in Replit

 

Runway MCP FAQ

What agents and tools can connect to Runway MCP?

Any LLM or agent that supports MCP will work — including Claude, ChatGPT, Cursor, and Replit. Using a different tool? Review it's documentation to see if it supports MCP.

Which models can agents use?

Your agent can use models like Seedance 2.0, Kling, Gen-4.5, Veo, GPT image 2, Nano Banana Pro and more based on your Runway account plan. It can pick a model for you, or you can ask for a specific one.

How are MCP generations billed?

MCP uses your Runway credits, just like the Runway app. The cost depends on the model, resolution, and other settings — see our credits guide for more details.

Is an API key required?

You don't need an API key. Just add the Runway MCP URL to your agent settings. Then sign in with your Runway app account.