Catalog
Runway AI Video Generation
Officialby sidart10
AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale
Generate and edit AI videos from text and images with 4K upscaling.
README not available yet.
Install
Configuration
Environment variables
RUNWAY_API_KEYrequiredsecretAPI key from dev.runwayml.com for authenticating with Runway ML services
claude_desktop_config.json
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>"
}
}
}
}