- Home
- MCP servers
- SeedDream 4.0 Replicate
SeedDream 4.0 Replicate
- typescript
0
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pierrunoyt-seedream-v4-replicate-mcp-server": {
"command": "npx",
"args": [
"-y",
"https://github.com/PierrunoYT/seedream-v4-replicate-mcp-server.git"
],
"env": {
"REPLICATE_API_TOKEN": "r8_your_replicate_token_here"
}
}
}
}You can generate images with SeedDream 4.0 through an MCP server that connects to Replicate. This setup lets you create high-quality, bilingual text-to-image outputs via simple MCP client commands, with secure access to Replicate and flexible generation options.
How to use
Use your MCP client to send image-generation prompts to SeedDream 4.0 through the configured MCP server. You can generate a single image or multiple variations by adjusting prompts, aspect ratios, and guidance scale. The server is designed to be easy to start with npx or a local setup, and it accepts prompts in English or Chinese for diverse outputs.
How to install
Prerequisites you need before starting are easy to satisfy.
Install Node.js (version 16 or higher) and ensure you have internet access to pull dependencies.
Configuration and usage notes
SeedDream 4.0 Replicate MCP Server uses Replicate to run SeedDream 4.0. You interact with it through MCP clients and provide your Replicate API token to enable image generation.
Security and access
Protect your Replicate API token. Store tokens securely and do not expose them in public configurations or logs. If you invalidate a token or suspect a leak, regenerate and update your MCP configuration promptly.
Troubleshooting
If you encounter issues generating images, verify that your Replicate API token is correct and that your account has sufficient credits. Check that your MCP server configuration remains reachable from your client and that prompts are provided in supported languages.
Notes
You can adjust generation parameters such as prompt, aspect_ratio, size, width, height, guidance_scale, and seed to fine-tune results. The system supports common aspect ratios including 1:1, 3:4, 4:3, 16:9, 9:16, 2:3, 3:2, 21:9, and custom when needed.
Examples
Generate a photorealistic landscape image with a sunset scene and lake reflections (aspect_ratio: 16:9, size: regular, guidance_scale: 2.5)
Appendix: MCP server configurations
Below are the exact MCP runtime configurations to run SeedDream 4.0 Replicate using npx. These configurations use a single shared tool to launch the server and require your Replicate API token.
Supporting tools and endpoints
Available tool: generate_image Generate a single image from a text prompt via SeedDream 4.0 on Replicate. Parameters include prompt, aspect_ratio, size, width, height, guidance_scale, and seed.
Available tools
generate_image
Generate a single image from a text prompt using SeedDream 4.0 via Replicate. Supports English and Chinese prompts and a range of generation parameters such as aspect_ratio, size, guidance_scale, and seed.