
Seedream_MCP(即梦生图)
@tengmmvp
About Seedream_MCP(即梦生图)
基于火山引擎 Seedream 4.0 API 的 MCP(Model Context Protocol)工具集,提供文生图、图生图、多图融合和组图生成等功能。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"seedream": {
"command": "uvx",
"args": [
"git+https://github.com/tengmmvp/Seedream_MCP",
"--api-key",
"your_api_key_here"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Seedream_MCP(即梦生图)?
Seedream_MCP(即梦生图)是一款基于火山引擎 Seedream 4.0 API 的 MCP 工具,专门用于 AI 图像生成。它通过文本提示词、图像输入或多图融合,实现文生图、图生图、多图融合和组图生成等能力,适合需要在 AI 对话中直接生成或编辑图像的 MCP 用户。
How to use Seedream_MCP(即梦生图)?
安装推荐使用 uvx 一键启动(uvx git+https://github.com/tengmmvp/Seedream_MCP --api-key your_api_key_here)或通过 Docker Compose 部署。在 Claude Desktop 的 claude_desktop_config.json 中配置 MCP 服务器,重启后即可使用。启动时必须提供 --api-key 参数,可选参数包括 --default-size(1K/2K/4K,默认 2K)、--watermark(启用水印)、--log-level(日志级别)。可用工具包括 seedream_text_to_image、seedream_image_to_image、seedream_multi_image_fusion、seedream_sequential_generation 和 seedream_browse_images。
Key features of Seedream_MCP(即梦生图)
- 文生图:根据文本提示词生成图像
- 图生图:基于输入图像和文本生成新图像
- 多图融合:融合2–5张图像生成新图像
- 组图生成:连续生成多张图像(最多15张)
- 自动保存:图像自动存储到本地工作区
- 图片浏览:浏览工作区图片文件获取路径
Use cases of Seedream_MCP(即梦生图)
- 在 Claude 对话中快速生成插图或概念设计图
- 根据参考图像转换风格或修改内容
- 融合多张照片生成创意合成图
- 批量生成系列图像(如故事板、产品展示序列)
FAQ from Seedream_MCP(即梦生图)
安装时 uvx 命令不存在怎么办?
运行 curl -LsSf https://astral.sh/uv/install.sh | sh 安装 uv 工具。
如何获取 API 密钥?
访问火山引擎控制台(https://console.volcengine.com/)创建密钥。
Docker 服务无法启动如何解决?
确保设置了环境变量 ARK_API_KEY=your_key,然后执行 docker-compose up -d。
Seedream_MCP(即梦生图)的运行环境要求是什么?
需要 Python 3.10 或更高版本,并安装 uv 或 Docker。支持通过 uvx 或 Docker Compose 启动。
支持哪些输出格式和图像尺寸?
输出格式支持 url 和 b64_json,默认 url。图像尺寸可选 1K、2K、4K,默认 2K。可选择是否添加水印和自动保存到本地。
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments