MCP.so
登录

Replicate Flux

@andylee20014

关于 Replicate Flux

暂无概览

基本信息

分类

其他

运行时

html

传输方式

stdio

发布者

andylee20014

提交者

Andy Lee

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "replicate-flux": {
      "command": "node",
      "args": [
        "C:\\Users\\YourUsername\\path\\to\\mcp-replicate-flux\\index.js"
      ],
      "description": "使用Replicate的FLUX模型生成图片并存储到Cloudflare R2的MCP服务器",
      "env": {
        "REPLICATE_API_TOKEN": "your_replicate_token",
        "STORAGE_ENDPOINT": "your_r2_endpoint",
        "STORAGE_ACCESS_KEY": "your_r2_access_key",
        "STORAGE_SECRET_KEY": "your_r2_secret_key",
        "STORAGE_BUCKET": "your_bucket_name",
        "STORAGE_DOMAIN": "your_domain"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Replicate Flux?

Replicate Flux is a Model Context Protocol (MCP) server that generates images using Replicate's black-forest-labs/flux-schnell model and stores them in Cloudflare R2. It is designed for developers who need an MCP‑compatible image generation tool that can be integrated into AI systems like Claude Desktop or Cursor.

How to use Replicate Flux?

Install manually or via Smithery, set required environment variables (REPLICATE_API_TOKEN, STORAGE_ENDPOINT, STORAGE_ACCESS_KEY, STORAGE_SECRET_KEY, STORAGE_BUCKET, STORAGE_DOMAIN), then run node index.js. The server exposes a generate-image tool that accepts a prompt (text) and filename (desired filename) and returns an accessible image URL.

Key features of Replicate Flux

  • Generates images using Replicate's black-forest-labs/flux-schnell model
  • Stores generated images in Cloudflare R2
  • Returns publicly accessible image URLs
  • Supports custom prompts and filenames

Use cases of Replicate Flux

  • Generate AI‑powered images for web or mobile applications
  • Store and serve images via Cloudflare R2 for scalable delivery
  • Integrate image generation into MCP‑compatible AI clients like Claude or Cursor

FAQ from Replicate Flux

What are the prerequisites to run Replicate Flux?

Node.js v16 or higher, a Replicate API token, and a Cloudflare R2 bucket with credentials (endpoint, access key, secret key, bucket name, domain).

How do I configure environment variables?

Create a .env file with the following variables: REPLICATE_API_TOKEN, STORAGE_ENDPOINT, STORAGE_ACCESS_KEY, STORAGE_SECRET_KEY, STORAGE_BUCKET, and STORAGE_DOMAIN.

How can I test the server?

Run node test.js. The test script generates an image from a sample prompt, uploads it to R2, and prints the accessible URL.

What transports or authentication does Replicate Flux use?

The server communicates via MCP protocol over standard input/output. Authentication uses the Replicate API token for image generation and Cloudflare R2 credentials for storage.

What should I do if image generation or upload fails?

Check your Replicate API token and quota for generation issues. For R2 upload failures, verify your R2 credentials and bucket permissions. If generated images are inaccessible, ensure the bucket has proper CORS configuration.

评论

其他 分类下的更多 MCP 服务器