RunAPI Runway Aleph MCP server for video generation: create tasks, poll results, and check pricing across 1 model from Claude Code, Codex, Cursor, and VS Code.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"runway-aleph-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/runway-aleph-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add runway-aleph-mcp npx -y runapi-ai/runway-aleph-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"runway-aleph-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/runway-aleph-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents ai-video claude-code cursor edit-video mcp mcp-server model-context-protocol runapi runapi-ai runway-aleph runway-aleph-api runway-aleph-mcp video-generation vscode