Flux-Schnell-MCP provides a bridge between Claude and Replicate's flux-schnell image generation model. This TypeScript implementation creates an MCP server that exposes a single 'generate_image' tool, which accepts text prompts and communicates with the Replicate API to generate images. The server runs on stdio transport for compatibility with Claude Desktop, includes error handling for API failures, and requires a Replicate API token for authentication. It's particularly useful for generating images directly within conversations without switching contexts.
ckz