Flux Schnell ServerServer

m-mcp
GitHub
Image GenerationAPIPython

Loading subscription status...

💡 Description

An MCP image generation server based on the Flux Schnell model that provides API access for generating images from text prompts with customizable dimensions and seeds.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Flux Schnell Server": {
        "env": {},
        "args": [],
        "command": "mcp dev main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonhttpx

Features

  • Provides API for image generation
  • Supports custom image dimensions
  • Allows setting a random seed for reproducibility
  • Supports asynchronous streaming responses
  • HTTP interface to Hugging Face model service

💬 Example Queries

  • Generate an image based on the prompt: 'A vibrant spring scene.'
  • Create a custom image with width 600 and height 400 using the prompt 'A futuristic city.'