A
securityF
licenseA
qualityEnables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.
Last updated -
1
63
TypeScript
该 MCP 服务器使用 Replicate Flux 模型提供图像生成功能。
您可以直接从 npm 使用该包,而无需在本地安装它:
如果您更喜欢本地安装:
编辑您的 Claude Desktop 配置文件:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
此方法直接从 npm 运行服务器,而不需要本地文件:
如果您在本地安装了该包:
your-replicate-api-token
REPLICATE_API_TOKEN
(必需):用于身份验证的复制 API 令牌MODEL
(可选):用于图像生成的 Replicate 模型。默认为“black-forest-labs/flux-schnell”。disabled
:控制服务器是否启用( false
)或禁用( true
)autoApprove
:无需用户确认即可执行的工具名称数组。空数组表示所有工具调用均需用户确认。根据文本提示,使用 Flux 模型生成图像。
prompt
(必需):要生成的图像的文本描述seed
(可选):用于可重复生成的随机种子aspect_ratio
(可选):图像纵横比(默认值:“1:1”)output_format
(可选):输出格式 - “webp”、“jpg”或“png”(默认值:“webp”)num_outputs
(可选):要生成的图像数量(1-4,默认值:1)该工具返回所生成图像的 URL 数组。
该项目已获得 MIT 许可。
This server cannot be installed
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.
使用 Replicate Flux 模型为 Claude 提供图像生成功能,允许用户使用可自定义的参数(如纵横比和输出格式)从文本提示创建图像。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Image-Generation-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server