Runway AI Video Generation MCP Server
io.github.sidart10/runway-mcp-server
What is the Runway AI Video Generation MCP server?
AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale
How to install Runway AI Video Generation
Copy-paste configuration for popular MCP clients.
RUNWAY_API_KEYrequiredsecretAPI key from dev.runwayml.com for authenticating with Runway ML services
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>"
}
}
}
}{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>"
}
}
}
}{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>"
}
}
}
}{
"servers": {
"runway-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>"
}
}
}
}claude mcp add runway-mcp-server --env RUNWAY_API_KEY=<YOUR_RUNWAY_API_KEY> -- uvx runway-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.