★ 25 stars
JavaScript
🧠 Memory/Knowledge
Updated 16d ago
A Model Context Protocol server for Flux image generation, providing tools for image generation, manipulation, and control
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-flux-studio": {
"command": "npx",
"args": [
"-y",
"jmanhype/mcp-flux-studio"
]
}
}
}
Run in terminal:
claude mcp add mcp-flux-studio npx -y jmanhype/mcp-flux-studio
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-flux-studio": {
"command": "npx",
"args": [
"-y",
"jmanhype/mcp-flux-studio"
]
}
}
}