A
securityA
licenseA
qualityA Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.
Last updated -
1
57
8
JavaScript
MIT License
一个基于MCP(Model Context Protocol)的服务器,用于通过Replicate API调用Flux Schnell模型生成图片。
generate_image
工具用于生成图片~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
~/.vscode-remote/data/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
%APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
服务器提供了一个名为generate_image
的工具,可以通过MCP调用:
prompt
: 用于生成图片的文本描述(必填)服务器将返回Replicate API的完整响应,包含生成的图片URL和其他元数据。
由于MCP服务器通过stdio通信,调试可能比较困难。推荐使用MCP Inspector:
Inspector将提供一个URL,可以在浏览器中访问调试工具。
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.
A server that enables generating images through the Replicate API by calling the Flux Schnell model via the Model Context Protocol (MCP).