mcp-flux-schnell

mcp-flux-schnell

5

The mcp-flux-schnell MCP server is a TypeScript-based application that provides text-to-image generation capabilities using the Flux Schnell model. It offers integration with Cloudflare's API and can generate images based on text descriptions.

mcp-flux-schnell MCP Server

A TypeScript-based MCP server that implements a text-to-image generation tool using the Flux Schnell model. This server integrates with Cloudflare's Flux Schnell worker API to provide image generation capabilities through MCP.

Features

Tools

  • Generate images from text descriptions
    • Takes a text prompt as input (1-2048 characters)
    • Returns the path to the generated image file

Environment Variables

  • FLUX_API_URL - The URL of the Flux Schnell API endpoint
  • FLUX_API_TOKEN - Your authentication token for the Flux Schnell API
  • WORKING_DIR (optional) - Directory where generated images will be saved (defaults to current working directory)