Generates images from text descriptions using Cloudflare's Flux Schnell worker API.
Flux Schnell is a TypeScript-based server designed to integrate text-to-image generation capabilities into applications through the MCP protocol. Leveraging Cloudflare's Flux Schnell worker API, it provides a simple and efficient way to generate images from textual prompts. The server is easily configurable with environment variables for API URL, token, and working directory, and is designed to be used with Cursor, allowing project-specific or global configuration for seamless integration.
主な機能
01Generates images from text prompts (1-2048 characters)
02Configurable working directory for generated images
03Integrates with Cloudflare Flux Schnell API
04Supports both project-specific and global Cursor configuration
ユースケース
01Generating images for project documentation based on descriptions.
02Integrating image generation into development workflows