MCP Server
MCP
Runway ML
Runway ML MCP server: AI video, image, audio, voice generation, and task management
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-runway",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Runway API key (from dev.runwayml.com)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RUNWAYML_API_SECRET"
},
{
"description": "Outbound HTTP request timeout in milliseconds (max 1800000)",
"format": "number",
"default": "60000",
"name": "RUNWAY_REQUEST_TIMEOUT_MS"
},
{
"description": "Signed-URL upload timeout for large local files in milliseconds",
"format": "number",
"default": "600000",
"name": "RUNWAY_UPLOAD_TIMEOUT_MS"
},
{
"description": "Sandbox root for local-file inputs to upload tools. Defaults to os.tmpdir().",
"format": "filepath",
"name": "RUNWAY_ALLOWED_ROOT"
},
{
"description": "Sandbox root for downloaded outputs. Defaults to ~/Downloads/runway-mcp.",
"format": "filepath",
"name": "RUNWAY_DOWNLOAD_ROOT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment