mcp-server-chart vs vibe-marketing
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | vibe-marketing by synthetic-ci | |
|---|---|---|
| Stars | ★ 4,068 | ★ 6 |
| 30d uses | 10,239 | — |
| Score | 84 | 37 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsProductivityOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
vibe-marketing · Summary
Marketing-focused MCP server providing hooks, copywriting frameworks, and content optimization tools for social media.
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
vibe-marketing · Use cases
- Create engaging social media hooks for different platforms
- Apply proven copywriting frameworks to marketing content
- Validate and optimize content for specific social media platforms
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"]
}
}
}vibe-marketing · Install
Installation
You can install this server from smithery.ai by visiting the Vibe Marketing [server page](https://smithery.ai/server/@synthetic-ci/vibe-marketing) and following the Connect instructions for your client.
Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-marketing": {
"command": "npx",
"args": ["@synthetic-ci/vibe-marketing"]
}
}
}