Codex CLI Integration with Seedream MCP
📘 Complete Guide: Using all 11 AceData Cloud MCPs in Codex CLI →
An image model produced by ByteDance, strong in Chinese semantic understanding, excels in traditional Chinese style, Eastern aesthetics, and realistic photography. After integrating Seedream MCP with Codex CLI, you can directly invoke it in conversations without switching windows or copy-pasting.
¶ Obtain API Token
Register an account at AceData Cloud Platform and copy the API Token on the homepage — one token can be used for all 11 MCP Servers. Detailed steps are available in the Complete Guide.
¶ Configuration
Edit the configuration file: ~/.codex/config.toml
[mcp_servers.seedream]
url = "https://seedream.mcp.acedata.cloud/mcp"
type = "http"
http_headers = { "Authorization" = "Bearer yourToken" }
After saving, the tool will be automatically loaded on the next codex session startup.
¶ Usage Examples
Generate a Chinese-style landscape painting with Seedream: distant mountains, streams, and a thatched pavilion
Create a Guochao-style illustration: koi fish leaping out of the water, with auspicious clouds in the background
Edit this photo (link xxx) according to text instructions (SeedEdit 3.0)
¶ Tools
| Tool | Description |
|---|---|
| seedream_generate_image | Text-to-image (3.0 / 4.0 / 4.5 / 5.0) |
| seedream_edit_image | Image editing (SeedEdit 3.0) |
