seedream-image-mcp
by wearzdk·★ 18·Score 40
An MCP server integrating SeeDream AI image generation into various AI clients like Cursor and Claude.
Overview
SeeDream Image MCP is a tool that integrates BytePlus SeeDream 4.0 image generation model into various AI clients through the Model Context Protocol. It allows users to generate high-quality images without writing complex prompts, with support for custom sizes and reference images. The server provides both self-hosted options using API keys and a cloud version with additional features like permanent CDN storage and batch generation.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need integrated AI image generation in AI coding assistants like Cursor or Claude Code and are already using Volcengine's SeeDream service.
When NOT to choose this
Avoid this if you need permanent image storage without expiration, or if you're not comfortable with Volcengine's vendor lock-in for image generation.
Tools this server exposes
1 tool extracted from the READMEgenerate_imageGenerate high-quality images using SeeDream 4.0 model with custom dimensions and reference images
Note: Tool name inferred from usage examples and project description. No explicit tool documentation section found in the README.
Comparable tools
Installation
Installation
- Get BytePlus API Key from the [Volcano Engine Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
- Run with npx:
npx seedream-image-mcp --ark-key=YOUR_API_KEY- Configure in Claude Desktop or Cursor:
{
"mcpServers": {
"seedream-image": {
"command": "npx",
"args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
}
}
}FAQ
- How long are the generated image links valid?
- Image links typically expire after 24 hours. For long-term storage, download images to your local device.
- Can I use this without an API key?
- Yes, there's a cloud version available at https://mcp.pixelark.art that doesn't require an API key and offers permanent storage.
Compare seedream-image-mcp with
Last updated · Auto-generated from public README + GitHub signals.