PluginBench
MCP Server
Active
Apache-2.0

io.github.runapi-builder/flux-mcp MCP Server

io.github.runapi-builder/flux-mcp

What is the io.github.runapi-builder/flux-mcp MCP server?

RunAPI MCP server for Flux: create tasks, poll status, check pricing.

How to install io.github.runapi-builder/flux-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RUNAPI_API_KEY
    secret

    Optional RunAPI API key for headless hosts. Interactive MCP hosts can use the login tool, which writes shared RunAPI config.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/flux-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/flux-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/flux-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flux-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/flux-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add flux-mcp --env RUNAPI_API_KEY=<YOUR_RUNAPI_API_KEY> -- npx -y @runapi.ai/flux-mcp

Related MCP servers

130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.

55
TypeScript
Apache-2.0
View repository →

RunAPI MCP server for Midjourney: create tasks, poll status, check pricing.

1
TypeScript
Apache-2.0
View repository →

RunAPI MCP server for Veo 3.1: create tasks, poll status, check pricing.

1
TypeScript
Apache-2.0
View repository →

RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing.

0
TypeScript
Apache-2.0
View repository →

RunAPI MCP server for Flux 2: create tasks, poll status, check pricing.

0
TypeScript
Apache-2.0
View repository →

RunAPI MCP server for Flux Kontext: create tasks, poll status, check pricing.

0
TypeScript
Apache-2.0
View repository →