mcp-server-chart vs vibe-check-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | vibe-check-mcp-server by PV-Bhat | |
|---|---|---|
| Stars | ★ 4,068 | ★ 487 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 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-check-mcp-server · Summary
Vibe Check MCP provides mentor-like feedback to AI Agents, preventing tunnel-vision and over-engineering through chain-pattern interrupts.
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-check-mcp-server · Use cases
- Coding assistance to prevent over-engineering and maintain simplicity
- Oversight for high-risk tasks requiring careful deliberation
- Guidance for ambiguous tasks that might lead to agent tunnel vision
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-check-mcp-server · Install
Installation
Quick Start (npx)
Run the server directly from npm without a local installation. Requires Node >=20.
Option 1 – MCP client over STDIO
npx -y @pv-bhat/vibe-check-mcp start --stdioAdd this to your client config:
{
"mcpServers": {
"vibe-check-mcp": {
"command": "npx",
"args": ["-y", "@pv-bhat/vibe-check-mcp", "start", "--stdio"]
}
}
}Option 2 – HTTP inspection
npx -y @pv-bhat/vibe-check-mcp start --http --port 2091