mcp-flux-schnell MCP 服务器
一个基于 TypeScript 的 MCP 服务器,它使用 Flux Schnell 模型实现了文本转图片的生成工具。该服务器集成了 Cloudflare 的 Flux Schnell 工作器 API,可通过 MCP 提供图片生成功能。
特征
工具
generate_image
- 根据文本描述生成图像- 以文本提示作为输入(1-2048 个字符)
- 返回生成的图像文件的路径
环境变量
必须配置以下环境变量:
FLUX_API_URL
- Flux Schnell API 端点的 URLFLUX_API_TOKEN
- Flux Schnell API 的身份验证令牌WORKING_DIR
(可选) - 生成的图像的保存目录(默认为当前工作目录)
发展
安装依赖项:
构建服务器:
安装
游标配置
在 Cursor 中配置 MCP 服务器有两种方法:
项目配置
对于特定于项目的工具,请在项目目录中创建.cursor/mcp.json
文件:
此配置仅在特定项目内可用。
全局配置
对于您想要在所有项目中使用的工具,请在主目录中创建具有相同配置的~/.cursor/mcp.json
文件:
这使得 MCP 服务器可在您的所有 Cursor 工作区中使用。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
基于 TypeScript 的 MCP 服务器,可使用 Cloudflare 的 Flux Schnell 模型 API 实现文本到图像的生成。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.Last updated -115PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that generates images using Replicate's FLUX model and stores them in Cloudflare R2, allowing users to create images through simple prompts and retrieve accessible URLs.Last updated -110
- -securityAlicense-qualityA server that enables generating images through the Replicate API by calling the Flux Schnell model via the Model Context Protocol (MCP).Last updated -3JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables AI assistants to generate images using Black Forest Labs' Flux model via Cloudflare Workers.Last updated -1JavaScriptMIT License