mcp-server-chart vs bernstein
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | bernstein by sipyourdrink-ltd | |
|---|---|---|
| Stars | ★ 4,068 | ★ 375 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsSecurity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
bernstein · Summary
Audit-grade multi-agent orchestration for CLI coding agents with HMAC-chained audit logs and signed agent cards.
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
bernstein · Use cases
- Engineering teams running 3+ CLI coding agents in parallel
- Regulated or on-prem environments requiring audit trails
- Platform teams needing accountability for AI agent decisions
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"]
}
}
}bernstein · Install
pipx install bernstein
bernstein init
bernstein run -g "fix the failing test in tests/test_foo.py"For MCP server mode:
- Install Bernstein via pipx as above
- Configure in your MCP client:
{
"mcpServers": {
"bernstein": {
"command": "bernstein",
"args": ["mcp"]
}
}
}Alternative installation methods:
curl -fsSL https://bernstein.run/install.sh | sh # macOS/Linux
irm https://bernstein.run/install.ps1 | iex # Windows
pip install bernstein # pip
uv tool install bernstein # uv
brew tap chernistry/tap && brew install bernstein # Homebrew