MCP Flux Studio

{ "mcpServers": { "flux": { "command": "/opt/homebrew/bin/node", "args": ["/path/to/flux-mcp-server/build/index.js"], "env": { "FLUX_PATH": "/path/to/flux/installation", "BFL_API_KEY": "your_flux_api_key", "NODE_ENV": "production", "LOG_LEVEL": "info" }, "disabled": false, "autoApprove": [], "tools": { "generate": {}, "img2img": {}, "inpaint": {}, "control": {} } } } }