flux-schnell-server

flux-schnell-server

3.2

If you are the rightful owner of flux-schnell-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Flux Schnell Server is an MCP-based image generation server using the Flux Schnell model.

Flux Schnell Server is a Model Context Protocol (MCP) server designed for image generation using the Flux Schnell model. It provides a robust API for generating images based on user-defined prompts and allows customization of image dimensions and random seed settings to reproduce specific results. The server supports asynchronous streaming responses and offers an HTTP interface to interact with Hugging Face's model services. It is built to be compatible with Python 3.10 and above, and requires specific dependencies such as httpx and mcp[cli]. The server is ideal for developers looking to integrate advanced image generation capabilities into their applications, with support for both synchronous and asynchronous operations.

Features

  • Provides MCP protocol-based image generation API
  • Supports custom image dimensions (width and height)
  • Allows setting random seed for reproducible results
  • Supports asynchronous streaming responses
  • Offers HTTP interface to call Hugging Face model services