MCP Server
io.github.runapi-builder/runapi-mcp MCP Server
io.github.runapi-builder/runapi-mcp
What is the io.github.runapi-builder/runapi-mcp MCP server?
130+ AI models for image, video, music, and audio — 18 providers, one API key.
How to install io.github.runapi-builder/runapi-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
RUNAPI_API_KEYsecretRunAPI API key. Free catalog tools work without it. Get one at https://runapi.ai
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"runapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Claude Code
claude mcp add runapi-mcp --env RUNAPI_API_KEY=<YOUR_RUNAPI_API_KEY> -- npx -y @runapi.ai/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 →