volcengine-seedream-img-mcp
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., "@volcengine-seedream-img-mcpGenerate a realistic portrait of a young woman with flowing hair."
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.
volcengine-seedream-img-mcp
MCP server for Volcengine Ark Doubao-Seedream image generation and editing.
Tools
Tool | Description |
| Text-to-image or image-to-image (1–14 refs). Returns |
| Edit/restyle a single image with a prompt (seededit-3.0). Returns |
| Generate a group of related images. Returns |
| Poll a previous job by |
Related MCP server: Seedream 4.0 MCP Server
Setup (Claude Code)
Add to .mcp.json:
{
"mcpServers": {
"seedream": {
"command": "npx",
"args": ["-y", "volcengine-seedream-img-mcp"],
"env": { "ARK_API_KEY": "your_key_here" }
}
}
}Auth
Set ARK_API_KEY environment variable, or pass --api-key <value> as a CLI flag.
Get your key at: https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey
Models
Model ID | Resolution support |
| 1K, 2K, 4K |
| 2K, 4K |
| 2K, 3K |
1Kresolution is silently upgraded to2Kwhen using a model that doesn't support it.
edit_image always uses doubao-seededit-3-0-i2i (model not selectable).
Workflow
generate_image / edit_image / generate_image_group
→ { request_id }
→ poll get_image_result until state = "succeeded"
→ images[].url (download within 24h)License
MIT
Maintenance
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/ckz/volcengine-seedream-img-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server