awkoy/replicate-flux-mcp
Free提供通过 Replicate API 生成图像的能力。
About awkoy/replicate-flux-mcp
Replicate Flux MCP is an advanced Model Context Protocol (MCP) server that enables AI assistants to generate high-quality raster images and vector graphics via Replicate's AI models. By default, it uses black-forest-labs/flux-schnell for image generation and recraft-ai/recraft-v3-svg for SVG output. Users can override models through environment variables or specify a per-call model_id from a curated allowlist. The server includes tools for single image generation, SVG creation, batch image generation, and variant generation, all with structured output via Zod schemas. It integrates seamlessly with MCP-compatible clients like Cursor, Claude Desktop, Smithery, Glama.ai, and Codex, making it easy for developers to produce customized visual assets directly from their AI workflows.
Key Features
Pros & Cons
- Free and open-source MCP server
- Supports both raster and vector output in one tool
- Flexible model selection with environment variable and per-call overrides
- Native integration with popular development tools like Cursor and Claude Desktop
- Batch and variant generation capabilities for efficient workflows
- Structured output with TypeScript schemas for reliable integration
- Requires a Replicate API token and internet connection to function
- Metadata and performance tied to external Replicate API (latency, model availability)
- Model selection limited to a curated allowlist unless environment overrides are used
- MCP protocol is relatively new, may require some setup knowledge for integration