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.
Integrations
Enables image generation using the Flux.1 Schnell model from Together AI, allowing for customizable image dimensions and text-to-image creation based on descriptive prompts.
Supports integration with Claude Desktop on macOS, providing a configuration path for the MCP server in the MacOS application support directory.
图像生成 MCP 服务器
模型上下文协议 (MCP) 服务器,可通过 Together AI 无缝生成高质量图像。该服务器提供标准化接口来指定图像生成参数。
特征
- 由 Flux.1 Schnell 模型提供支持的高质量图像生成
- 支持自定义尺寸(宽度和高度)
- 清除提示验证和 API 问题的错误处理
- 轻松与 MCP 兼容客户端集成
安装
克劳德桌面
- 在 MacOS 上:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- 在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
Copy
可用工具
服务器实现了一个工具:
生成图像
根据给定的文本提示和可选尺寸生成图像。
输入模式:
Copy
先决条件
- Python 3.12 或更高版本
- httpx
- 甲基氯丙烯
贡献
欢迎贡献!请按以下步骤进行贡献:
- 分叉存储库
- 创建新分支 (
feature/my-new-feature
) - 提交你的更改
- 将树枝推到你的叉子上
- 打开拉取请求
对于重大更改,请先打开问题来讨论您提议的更改。
执照
本项目遵循 MIT 许可证。详情请参阅 LICENSE 文件。
You must be authenticated.
Tools
模型上下文协议服务器,可通过 Together AI 使用 Flux.1 Schnell 模型生成高质量图像,允许用户根据可自定义尺寸的文本提示创建图像。