Runway MCP server
Getting started
Authentication
Authorization: Bearer <YOUR_API_KEY>Configuration
{
"mcpServers": {
"runway": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.runway.team",
"--header",
"Authorization: Bearer <YOUR_API_KEY>"
],
"env": {}
}
}
}{
"mcpServers": {
"runway": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.runway.team",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer <YOUR_API_KEY>"
}
}
}
}Example usage



Last updated
Was this helpful?