MCP.so
Sign In

Flux Schnell MCP Server

@ckz

About Flux Schnell MCP Server

mcp server to generate image via replicate flux schnell

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

ckz

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Flux Schnell MCP Server?

Flux Schnell MCP Server is a Model Context Protocol (MCP) server that generates images by calling the Flux Schnell model through the Replicate API. It is designed for developers using MCP-compatible environments (e.g., Claude Desktop) who need to create AI-generated images from text prompts.

How to use Flux Schnell MCP Server?

Clone the repository, install dependencies with npm install, and build the server with npm run build. Configure the server in your MCP client (e.g., Claude Desktop or VSCode Roo) by providing the absolute path to the built index file and setting the REPLICATE_API_TOKEN environment variable. Use the generate_image tool via MCP calls, passing a required prompt argument (text description).

Key features of Flux Schnell MCP Server

  • Provides a generate_image tool for image generation
  • Accepts custom text prompts
  • Handles Replicate API communication automatically
  • Returns full API response including image URLs and metadata
  • Supports MCP environments like Claude Desktop and VSCode Roo

Use cases of Flux Schnell MCP Server

  • Generate images inside a chat interface (e.g., Claude Desktop) with natural language prompts
  • Automate image creation workflows by calling the tool programmatically via MCP
  • Quickly prototype visual concepts by describing scenes, styles, or details
  • Integrate image generation into custom MCP-based applications

FAQ from Flux Schnell MCP Server

What are the prerequisites to use Flux Schnell MCP Server?

You need Node.js (v14 or higher), a valid Replicate API Token, and an MCP-compatible environment such as Claude Desktop.

How do I get a Replicate API Token?

Visit the Replicate website, sign up or log in, go to the API Tokens page, and click “Create API token”. Copy the generated token (format: r8_xxxxxx).

How do I configure Flux Schnell MCP Server in Claude Desktop?

Open the Claude Desktop configuration file (claude_desktop_config.json), add a server entry with the command node, the path to the built index.js, and set the environment variable REPLICATE_API_TOKEN to your token.

What arguments does the generate_image tool accept?

It requires a single argument prompt (a string describing the image). For best results, include detailed descriptions of style, scene, and elements.

How does the server return results?

The server returns the full response from the Replicate API, which includes the generated image URLs and other metadata. The response is delivered through the MCP protocol.

Comments

More Other MCP servers