suibin521/doubao-image-mcp-server
If you are the rightful owner of doubao-image-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Doubao Image Generation MCP Server is a high-quality image generation server based on the FastMCP framework and Volcano Engine API, utilizing the Doubao seedream-3.0-t2i model.
The Doubao Image Generation MCP Server is designed to provide high-quality image generation capabilities using the Doubao seedream-3.0-t2i model. It supports resolutions up to 2K and offers bilingual prompt support in both Chinese and English. The server is built on the FastMCP framework and integrates with the Volcano Engine API, allowing for precise control over image generation parameters such as seed, guidance scale, and watermarking. It also features automatic local storage of generated images and is fully compatible with the MCP protocol, making it easy to integrate with various AI assistants. The server includes detailed logging and error handling to ensure smooth operation and troubleshooting.
Features
- High-Quality Image Generation with 2K resolution support
- Bilingual Support for Chinese and English prompts
- Multiple Resolutions from 512x512 to 2048x2048
- Precise Control over parameters like seed and guidance scale
- Local Storage for automatic image saving
Usages
usage with VS Code
{ "mcpServers": { "doubao_image_mcp_server": { "command": "uvx", "args": [ "doubao-image-mcp-server" ], "env": { "BASE_URL": "https://ark.cn-beijing.volces.com/api/v3", "DOUBAO_API_KEY": "your-dev-api-key-here", "API_MODEL_ID": "ep-20250528154802-c4np4", "IMAGE_SAVE_DIR": "C:/images" } } } }
usage with Cursor
{ "mcpServers": { "doubao_image_mcp_server": { "command": "uvx", "args": [ "doubao-image-mcp-server" ], "env": { "BASE_URL": "https://ark.cn-beijing.volces.com/api/v3", "DOUBAO_API_KEY": "your-dev-api-key-here", "API_MODEL_ID": "ep-20250528154802-c4np4", "IMAGE_SAVE_DIR": "C:/images" } } } }
usage with Trae
{ "mcpServers": { "doubao_image_mcp_server": { "command": "uvx", "args": [ "doubao-image-mcp-server" ], "env": { "BASE_URL": "https://ark.cn-beijing.volces.com/api/v3", "DOUBAO_API_KEY": "your-dev-api-key-here", "API_MODEL_ID": "ep-20250528154802-c4np4", "IMAGE_SAVE_DIR": "C:/images" } } } }
Tools
doubao_generate_image
Main tool for image generation with customizable parameters.