MCP Server
io.github.runapi-builder/happyhorse-mcp MCP Server
io.github.runapi-builder/happyhorse-mcp
What is the io.github.runapi-builder/happyhorse-mcp MCP server?
RunAPI MCP server for HappyHorse: create tasks, poll status, check pricing.
How to install io.github.runapi-builder/happyhorse-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": {
"happyhorse-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/happyhorse-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"happyhorse-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/happyhorse-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"happyhorse-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/happyhorse-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"happyhorse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runapi.ai/happyhorse-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Claude Code
claude mcp add happyhorse-mcp --env RUNAPI_API_KEY=<YOUR_RUNAPI_API_KEY> -- npx -y @runapi.ai/happyhorse-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 →