
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mindstone-engineering/mcp-server-runway
Advanced tools
Runway ML MCP server for Model Context Protocol hosts — AI video, image, audio generation, custom voices, task management
Runway ML MCP server for Model Context Protocol hosts. Generate AI video, images, audio, speech, sound effects, and manage custom voices — all through a standardised MCP interface powered by Runway's generative AI models.
cd <path-to-repo>/connectors/runway
npm install
npm run build
npx -y @mindstone-engineering/mcp-server-runway
node dist/index.js
RUNWAYML_API_SECRET — Runway API key (from dev.runwayml.com)MCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATERUNWAY_REQUEST_TIMEOUT_MS — optional override (positive integer ms, max 30 min) for the outbound HTTP request timeout applied to Runway JSON API and host-bridge calls. Default: 60000 (60s). Raise this if you see TIMEOUT errors on slow submits; lower it if you want tighter bounds.RUNWAY_UPLOAD_TIMEOUT_MS — optional override (positive integer ms, max 30 min) for the signed-URL upload leg of uploadEphemeral (large local-file uploads). Default: 600000 (10 min). Sized for up-to-200MB uploads on typical consumer uplinks (~5 Mbps) with comfortable headroom; raise for slower connections or lower for tighter bounds.{
"mcpServers": {
"Runway": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-runway"],
"env": {
"RUNWAYML_API_SECRET": "your-api-key"
}
}
}
}
{
"mcpServers": {
"Runway": {
"command": "node",
"args": ["<path-to-repo>/connectors/runway/dist/index.js"],
"env": {
"RUNWAYML_API_SECRET": "your-api-key"
}
}
}
}
configure_runway_api_key — Save your Runway API keygenerate_video_from_image — Animate a still image into a videogenerate_video_from_text — Create a video from a text descriptiongenerate_video_from_video — Re-style or transform an existing videocharacter_performance — Animate a character with facial expressions and body movements (Act-Two)generate_image — Generate an image from text, optionally with reference imagesgenerate_speech — Generate spoken audio from text using ElevenLabs voicesgenerate_sound_effect — Generate sound effects from a text descriptionswap_voice — Replace the voice in an audio or video filedub_audio — Translate and dub audio into a different languageisolate_voice — Isolate voice from background audiolist_custom_voices — List all custom voices you've createdcreate_custom_voice — Create a custom voice from a text descriptionpreview_voice — Generate a short audio preview of a voicedelete_custom_voice — Delete a custom voicecheck_runway_task — Check the status of a generation taskwait_for_runway_task — Wait for a task to complete (auto-poll)cancel_runway_task — Cancel or delete a taskdownload_runway_output — Download a Runway output to a local fileupload_media — Upload a local file to Runway's ephemeral storageget_runway_balance — Check credit balance, tier limits, and usagequery_credit_usage — Query detailed credit usage by model and dayFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
Runway ML MCP server for Model Context Protocol hosts — AI video, image, audio generation, custom voices, task management
The npm package @mindstone-engineering/mcp-server-runway receives a total of 10 weekly downloads. As such, @mindstone-engineering/mcp-server-runway popularity was classified as not popular.
We found that @mindstone-engineering/mcp-server-runway demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.