Replicate Flux MCP provides a bridge to the Replicate API for accessing the Flux image generation model. Built by Yaroslav Boiko, this TypeScript implementation enables AI assistants to generate images through the Model Context Protocol without requiring users to manage separate API integrations. It handles configuration through a simple API token setup and is packaged as both an npm module and a Docker container, making it ideal for applications that need to incorporate AI image generation capabilities within conversation interfaces.
No reviews yet. Be the first to review!
Sign in to join the conversation
Generates an image based on a text prompt using the configured image model (allowlist only).
Generates multiple images based on an array of prompts using the configured image model (allowlist only).
Generates multiple variants of the same image from a single prompt using the configured image model (allowlist only).
Generates SVG/vector output based on a text prompt using the configured SVG model (allowlist only).
Retrieves a list of your recent predictions from Replicate.
Gets detailed information about a specific prediction.
Runs a whitelisted Replicate model with a raw input payload (useful for video or restoration models).
Runs any model hosted on Replicate by its 'owner/name[:version]' reference.
Fetches the OpenAPI input schema and description for a Replicate model.