Loading MCP server directory, please wait...
Runway ML MCP server: AI video, image, audio, voice generation, and task management
npx @getmcp/cli add io.github.mindstone/mcp-server-runwayRequires Node.js 18+. Community-contributed server. Review source before installing.
RUNWAYML_API_SECRETRunway API key (from dev.runwayml.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-runway": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-runway"
],
"env": {
"RUNWAYML_API_SECRET": "",
"RUNWAY_REQUEST_TIMEOUT_MS": "60000",
"RUNWAY_UPLOAD_TIMEOUT_MS": "600000",
"RUNWAY_ALLOWED_ROOT": "",
"RUNWAY_DOWNLOAD_ROOT": ""
}
}
}
}