Runway AI Video Generation for Cursor
io.github.sidart10/runway-mcp-server
AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale
client:Cursor
transport:stdio
runtime:pypi
Install Runway AI Video Generation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runway-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<RUNWAY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs