Seedream MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Seedream MCP Servergenerate an image of a futuristic city at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Seedream MCP Server
基于火山引擎 Seedream 模型的图片生成 MCP 服务器。
通过 MCP (Model Context Protocol) 协议,让 AI 助手能够调用 Seedream 模型生成高质量图片。
功能特性
✨ 文生图 (Text-to-Image):根据文本描述生成图片
✨ 文生组图 (Text-to-Multi-Image):根据文本描述生成多张图片(4.5/5.0 版本)
🖼️ 图生图 (Image-to-Image):基于参考图片生成新图片(4.5/5.0 版本)
🖼️ 多图融合 (Multi-Image Fusion):融合多张图片生成新图片(4.5/5.0 版本)
🔗 联网搜索 (Web Search - 5.0):结合联网搜索结果生成图片
⚡ 流式输出 (Streaming):支持流式返回生成的图片
🔄 所有输出为 Markdown 格式,方便 AI 直接展示
Related MCP server: SeeDream Image MCP
快速开始
前提条件
Python 3.10+
火山引擎 API Key(获取方式)
安装
# 方式一:使用 uvx(推荐,自动管理依赖)
uvx timeverse-seedream-mcp
# 方式二:使用 pip
pip install timeverse-seedream-mcp配置环境变量
export VOLC_API_KEY="your-api-key-here"
# 可选,默认为 doubao-seedream-5-0-260128
export VOLC_MODEL="doubao-seedream-5-0-260128"运行
timeverse-seedream-mcpMCP 配置
将以下配置添加到你的 MCP 客户端配置文件中:
{
"mcpServers": {
"seedream": {
"command": "uvx",
"args": ["timeverse-seedream-mcp"],
"env": {
"VOLC_API_KEY": "your-api-key-here",
"VOLC_MODEL": "doubao-seedream-5-0-260128"
}
}
}
}需要先安装 uv:
brew install uv或pip install uv
uvx会自动下载并运行,无需手动pip install。如果已通过pip install安装,也可直接配置"command": "timeverse-seedream-mcp"。
工具列表
工具名称 | 描述 | 适用模型 |
| 文生图 - 根据文本描述生成图片 | 所有版本 |
| 文生组图 - 根据文本生成多张不同图片 | 4.5/5.0 |
| 图生图 - 基于参考图片生成新图片 | 4.5/5.0 |
| 多图融合 - 融合多张图片生成新图片 | 4.5/5.0 |
API 参考
Base URL
https://ark.cn-beijing.volces.com/api/v3兼容性
本 API 完全兼容 OpenAI Images API 格式,可以使用 OpenAI SDK 直接调用。
模型版本
模型 | 版本 | 支持功能 |
| 5.0 | 文生图、文生组图、图生图、多图融合、联网搜索、流式 |
| 4.5 | 文生图、文生组图、图生图、多图融合、流式 |
| 4.0 | 文生图、流式 |
开发
# 克隆仓库
git clone https://github.com/your-org/timeverse-seedream-mcp.git
cd timeverse-seedream-mcp
# 安装开发依赖
pip install -e ".[dev]"
# 运行测试
pytest
# 运行 Lint
ruff check src/
mypy src/Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elimyliu/timeverse-seedream-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server