devops-infra MCP Server
MCP for Flux Image Generation with Cloudflare Worker
Discovered via smithery and last synced 4mo ago.
1. Install the package
npx -y flux-cloudflare-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"flux-cloudflare-mcp": {
"command": "npx",
"args": [
"-y",
"flux-cloudflare-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)