MCP.so
ログイン

Flux Schnell MCP Server

@ckz

Flux Schnell MCP Server について

mcp server to generate image via replicate flux schnell

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

ckz

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ