SeeDream Image MCP
Generates high-quality images using Volcano Engine's SeeDream 4.0 model with AI-powered prompt generation. Supports custom dimensions and intelligent reference images for seamless image creation in MCP-enabled clients.
README
SeeDream Image MCP
基于火山引擎 SeeDream 模型的 MCP (Model Context Protocol) 图片生成工具。
✨ 特性
- 🎨 使用火山引擎 SeeDream 4.0 模型生成高质量图片
- 🔧 支持自定义尺寸、智能参考图等
- 📝 无需编写复杂提示词,AI自动根据需求生成生图提示词
- 🔌 MCP 协议支持,可在 Cursor、Claude Desktop 等客户端中使用
🚀 快速开始
1. 获取火山引擎 API Key
前往 火山引擎->火山方舟控制台 开通服务并申请 API Key。
2. 使用 npx 运行
npx seedream-image-mcp --ark-key=YOUR_API_KEY
3. 在 Cursor、Claude Desktop 中配置
编辑 Cursor MCP配置 或 claude_desktop_config.json:
{
"mcpServers": {
"seedream-image": {
"command": "npx",
"args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
}
}
}
📖 使用示例
在 AI Agent 工具中,你可以这样使用:
为这个页面添加合适的图片,避免过于单调
AI 会自动调用工具完成生成。
📌 注意事项
图片链接时效性:本项目使用火山引擎原始 API,生成的图片链接通常在 24 小时后失效。如果你需要长期保存图片,请及时下载到本地。
🔄 两种使用方式
你可以根据自己的需求选择:
方式一:本地运行 🔧
- 需要自己申请火山引擎 API key
- 图片链接 24 小时后失效,需下载到本地使用。
方式二:云端版本 ✨
- ✅ 无需申请 API key,开箱即用
- ✅ 图片支持永久存储在 CDN
- ✅ 支持 webp 压缩、背景移除、快速并发生成多张图片等功能
- ✅ 提供一定的免费额度
- ✅ 量大时价格更优惠
👉 了解云端版本:https://mcp.pixelark.art
🛠️ 开发
安装依赖
bun install
本地运行
bun run src/index.ts --ark-key=YOUR_API_KEY
📄 许可证
MIT
🔗 相关链接
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.