MCP Catalogs
Home

seedream-image-mcp

by wearzdk·18·Score 40

An MCP server integrating SeeDream AI image generation into various AI clients like Cursor and Claude.

ai-llmmediaproductivity
4
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

Overview

SeeDream Image MCP is a tool that integrates BytePlus SeeDream 4.0 image generation model into various AI clients through the Model Context Protocol. It allows users to generate high-quality images without writing complex prompts, with support for custom sizes and reference images. The server provides both self-hosted options using API keys and a cloud version with additional features like permanent CDN storage and batch generation.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Adding visually appealing images to web pages created by AI assistants
you:Generating illustrations for content created by AI tools
you:Enhancing AI-generated presentations with custom imagery
you:How long are the generated image links valid?
you:Can I use this without an API key?

When to choose this

Choose this MCP server when you need integrated AI image generation in AI coding assistants like Cursor or Claude Code and are already using Volcengine's SeeDream service.

When NOT to choose this

Avoid this if you need permanent image storage without expiration, or if you're not comfortable with Volcengine's vendor lock-in for image generation.

Tools this server exposes

1 tool extracted from the README
  • generate_image

    Generate high-quality images using SeeDream 4.0 model with custom dimensions and reference images

Note: Tool name inferred from usage examples and project description. No explicit tool documentation section found in the README.

Comparable tools

dalle-mcpmidjourney-api-mcpstablediffusion-mcp

Installation

Installation

  1. Get BytePlus API Key from the [Volcano Engine Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
  1. Run with npx:
npx seedream-image-mcp --ark-key=YOUR_API_KEY
  1. Configure in Claude Desktop or Cursor:
{
  "mcpServers": {
    "seedream-image": {
      "command": "npx",
      "args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
    }
  }
}

FAQ

How long are the generated image links valid?
Image links typically expire after 24 hours. For long-term storage, download images to your local device.
Can I use this without an API key?
Yes, there's a cloud version available at https://mcp.pixelark.art that doesn't require an API key and offers permanent storage.

Compare seedream-image-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.