MCP server for ByteDance Seedream AI image generation and editing via AceDataCloud API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window โ this can mean a slow first-time install rather than a real problem.
uvx mcp-seedream-proNo response to initialize.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCPSeedream.
seedream_generate_imageGenerate an AI image from a text prompt using ByteDance's Seedream model.
seedream_edit_imageEdit images, including Seedream 5.0 Pro transparent-background mode.
seedream_decompose_imageSplit one image into a base and up to 16 positioned transparent layers.
seedream_get_taskQuery the status and result of a Seedream image generation or edit task.
seedream_get_tasks_batchQuery multiple Seedream image tasks at once.
seedream_list_modelsList all available Seedream models with their capabilities and pricing.
A Model Context Protocol (MCP) server for AI image generation and editing using ByteDance's Seedream models through the AceDataCloud API.
Generate and edit AI images directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
seedream_generate_image | Generate an AI image from a text prompt using ByteDance's Seedream model. |
seedream_edit_image | Edit images, including Seedream 5.0 Pro transparent-background mode. |
seedream_decompose_image | Split one image into a base and up to 16 positioned transparent layers. |
seedream_get_task | Query the status and result of a Seedream image generation or edit task. |
seedream_get_tasks_batch | Query multiple Seedream image tasks at once. |
seedream_list_models | List all available Seedream models with their capabilities and pricing. |
seedream_list_sizes | List all available image sizes and resolution options for Seedream. |
| Capability | 5.0 Pro | 5.0 Lite |
|---|---|---|
| Single image generation/editing | Yes | Yes |
| Layer decomposition / transparent background | Yes | No |
| Sequential images / web search | No | Yes |
| Prompt optimization | standard, fast | standard |
| Preset sizes | 1K, 1.5K, 2K | 2K, 3K, 4K |
MCP image tools submit asynchronously and return a task id. Use seedream_get_task until completion. For real-time NDJSON streaming, call the REST API or CLI rather than combining stream with MCP async submission.
AceDataCloud hosts a managed MCP server โ no local installation required.
Endpoint: https://seedream.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth โ no API token needed:
https://seedream.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token โ the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
seedream_generate_image | Generate an image from a text prompt |
seedream_edit_image | Edit or modify existing images with AI |
| Tool | Description |
|---|---|
seedream_get_task | Query a single task status and result |
seedream_get_tasks_batch | Query multiple tasks at once |
| Tool | Description |
|---|---|
seedream_list_models | List available models with capabilities |
seedream_list_sizes | List available image size options |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/acedatacloud-mcpseedream)<a href="https://allmcps.com/mcp/acedatacloud-mcpseedream"><img src="https://allmcps.com/api/badge/acedatacloud-mcpseedream?style=directory" alt="MCPSeedream on AllMCPs" /></a>