Feature Overview
Seedream MCP Server offers the following core features:- Text-to-Image Generation — Generate high-quality images from text prompts (supports both Chinese and English prompts)
- Image Editing — Modify existing images’ style, background, attributes, etc.
- Virtual Try-On — Virtually wear clothes on person photos
- Multi-Model Support — Supports Seedream v4.5, v4.0, v3.0 T2I, SeedEdit v3.0 I2I, and other models
- Multiple Resolutions — Supports 1K, 2K, 4K, and adaptive resolutions
- Seed Control — Achieve reproducible generation results via the seed parameter
- Task Query — Monitor generation progress and retrieve results
Prerequisites
Before use, you need to obtain an AceData Cloud API Token:- Register or log in to the AceData Cloud Platform
- Go to the Seedream Images API page
- Click “Acquire” to get your API Token (first-time applicants receive free quota)
Installation and Configuration
Method 1: pip Installation (Recommended)
Method 2: Source Installation
mcp-seedream-pro command.
Usage in Claude Desktop
Edit the Claude Desktop configuration file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
uvx (no need to pre-install packages):
Usage in VS Code / Cursor
Create.vscode/mcp.json in the project root:
uvx:
Available Tools
| Tool Name | Description |
|---|---|
seedream_generate_image | Generate images from text prompts |
seedream_edit_image | Edit or modify existing images |
seedream_get_task | Query the status of a single task |
seedream_get_tasks_batch | Batch query task statuses |
seedream_list_models | List all available models and their capabilities |
seedream_list_sizes | List available image sizes and resolution options |
Usage Examples
After configuration, you can directly invoke these features in AI clients using natural language, for example:- “Help me generate a landscape painting in ink wash style using Seedream”
- “Change the background of this photo to a starry sky”
- “Generate a 4K high-definition portrait using Seedream v4.5”
- “Virtually try this clothing on the person in this photo”
More Information
- GitHub Repository: AceDataCloud/MCPSeedream
- PyPI Package: mcp-seedream-pro
- API Documentation: Seedream Image Generation API

