mcp-server-chart vs seedream-image-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | seedream-image-mcp by wearzdk | |
|---|---|---|
| Stars | ★ 4,068 | ★ 18 |
| 30d uses | 10,239 | — |
| Score | 84 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsMediaProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 5 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
seedream-image-mcp · Summary
An MCP server integrating SeeDream AI image generation into various AI clients like Cursor and Claude.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
seedream-image-mcp · Use cases
- Adding visually appealing images to web pages created by AI assistants
- Generating illustrations for content created by AI tools
- Enhancing AI-generated presentations with custom imagery
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}seedream-image-mcp · Install
Installation
- Get BytePlus API Key from the [Volcano Engine Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
- Run with npx:
npx seedream-image-mcp --ark-key=YOUR_API_KEY- Configure in Claude Desktop or Cursor:
{
"mcpServers": {
"seedream-image": {
"command": "npx",
"args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
}
}
}