Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Flux Studio
Claim
by
jmanhype
GitHub
Image & Video Processing
Developer Tools
Python
MIT License
10
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-flux-studio
docs
examples
src
Dockerfile
.env.example
.gitignore
LICENSE
package.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./build", "rootDir": "./src", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "lib": ["ES2020"], "types": ["node", "jest"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "tests"] }