Back to MCP Servers
🔌

awkoy/replicate-flux-mcp

MITAPI key required

📇 ☁️ - Provides the ability to generate images via Replicate's API.

TypeScriptAPIs

Install

npx -y -y replicate-flux-mcp

Required environment variables

REPLICATE_API_TOKENSet in your MCP config
YOUR_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "awkoy-replicate-flux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "replicate-flux-mcp"
      ],
      "env": {
        "REPLICATE_API_TOKEN": "<YOUR_REPLICATE_API_TOKEN>",
        "YOUR_TOKEN": "<YOUR_YOUR_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.