One MCP Server.
130+ AI Models.
Connect Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible host to RunAPI — generate images, videos, music, and call LLMs without leaving your editor.
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
export RUNAPI_API_KEY="runapi_xxx"
claude
codex plugin install runapi-mcp@agents
export RUNAPI_API_KEY="runapi_xxx"
codex
npx @runapi.ai/mcp init cursor
export RUNAPI_API_KEY="runapi_xxx"
cursor .
npx @runapi.ai/mcp init windsurf
export RUNAPI_API_KEY="runapi_xxx"
windsurf .
npx @runapi.ai/mcp init vscode
export RUNAPI_API_KEY="runapi_xxx"
code .
npx @runapi.ai/mcp init roo
export RUNAPI_API_KEY="runapi_xxx"
code .
What is RunAPI MCP Server?
RunAPI MCP Server connects MCP-compatible coding tools to the RunAPI platform. It lets your AI assistant browse 130+ models across 18 providers, inspect input parameters, check real-time pricing, create media generation tasks, poll task status, check your account balance, and call LLM endpoints — all from within your editor. Discovery tools work without an API key. Authenticated operations require a RunAPI API key.
8 Built-in Tools
Everything your AI assistant needs to discover, price, and run AI models.
list_models
Browse models by modality, service, or endpoint.
get_model_info
Inspect input params, constraints, and pricing for a model.
list_actions
Group endpoint names by output modality.
check_pricing
Return pricing snapshot for a service, endpoint, and model.
create_task
Create a media task and optionally poll until completion.
get_task
Fetch status and latest payload for an existing task.
check_balance
Return account balance and spending metrics.
chat
Send messages to a RunAPI LLM endpoint.
Get Started in 3 Steps
Install
Pick the command for your client: Claude Code, Codex, Cursor, Windsurf, VS Code, or Roo Code.
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
Authenticate
Set RUNAPI_API_KEY in your shell, or add it to your client's environment settings for GUI-launched editors.
runapi login
Use
Ask your AI assistant to generate images, videos, music, or call LLMs. It handles the rest.
"Generate a sunset video with Kling"
130+ Models, 5 Modalities
All models accessible through a single MCP server.
| Modality | Models | Providers |
|---|---|---|
| Image | Flux Kontext, Nano Banana, GPT Image, Seedream, Ideogram, Qwen | Black Forest Labs, Google, OpenAI, Bytedance, Ideogram, Alibaba |
| Video | Kling, Veo, Seedance, Hailuo, Wan, Runway, Luma | Kuaishou, Google, Bytedance, MiniMax, Alibaba, Runway, Luma |
| Music | Suno v4 / v4.5 / v5 / v5.5 | Suno |
| Audio | ElevenLabs TTS, Sound Effects, STT, Isolation | ElevenLabs |
| LLM | Claude, GPT, Gemini, DeepSeek | Anthropic, OpenAI, Google, DeepSeek |
Frequently Asked Questions
Discovery tools like list_models, get_model_info, list_actions, and check_pricing work without an API key. For task creation, balance checks, and LLM chat, you need a free RunAPI API key from the dashboard.
RunAPI MCP Server works with any MCP-compatible host: Claude Code, Codex, Cursor, VS Code (via GitHub Copilot), Windsurf, and Roo Code. It can also be configured with any tool that supports the MCP protocol.
Over 130 models across 18 providers and 5 modalities: image generation (Flux, Nano Banana, GPT Image), video generation (Kling, Veo, Seedance), music creation (Suno), audio (ElevenLabs), and LLMs (Claude, GPT, Gemini, DeepSeek).
Use the command for your client. Claude Code uses claude mcp add runapi -s user -- npx -y @runapi.ai/mcp. Codex uses codex plugin install runapi-mcp@agents. Cursor, Windsurf, VS Code, and Roo Code use npx @runapi.ai/mcp init <platform>. No global npm install required.
The MCP server itself is free and open-source (Apache 2.0). API usage is billed through your RunAPI account with pay-as-you-go pricing. No subscriptions or minimum spend.
Yes. Set the RUNAPI_API_KEY environment variable and configure the MCP server in your agent or CI pipeline. The server runs as a stdio process and does not require a browser or GUI.
Explore More
Ready to connect your editor to 130+ AI models?
Install the MCP server and start generating in minutes.