MCP Server
io.github.runapi-builder/runway-aleph-mcp MCP Server
io.github.runapi-builder/runway-aleph-mcp
What is the io.github.runapi-builder/runway-aleph-mcp MCP server?
RunAPI MCP server for Runway Aleph: create tasks, poll status, check pricing.
How to install io.github.runapi-builder/runway-aleph-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
RUNAPI_API_KEYrequiredsecretRunAPI API key. Create one at https://runapi.ai
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"runway-aleph-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/runway-aleph-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"runway-aleph-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/runway-aleph-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"runway-aleph-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/runway-aleph-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"runway-aleph-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runapi.ai/runway-aleph-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Claude Code
claude mcp add runway-aleph-mcp --env RUNAPI_API_KEY=<YOUR_RUNAPI_API_KEY> -- npx -y @runapi.ai/runway-aleph-mcpRelated MCP servers
RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing.
View repository →RunAPI MCP server for Flux 2: create tasks, poll status, check pricing.
View repository →RunAPI MCP server for Flux Kontext: create tasks, poll status, check pricing.
View repository →RunAPI MCP server for Gemini Omni: create tasks, poll status, check pricing.
View repository →RunAPI MCP server for GPT-4o Image: create tasks, poll status, check pricing.
View repository →RunAPI MCP server for GPT Image 2: create tasks, poll status, check pricing.
View repository →