mcp-server-chart vs bonnard-cli
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | bonnard-cli by bonnard-data | |
|---|---|---|
| Stars | ★ 4,068 | ★ 48 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsDatabase |
| Language | TypeScript | TypeScript |
| 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.
bonnard-cli · Summary
Bonnard CLI provides an agent-native analytics platform with MCP server integration for governed data queries.
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
bonnard-cli · Use cases
- AI agents querying governed metrics through MCP for consistent answers
- Creating markdown dashboards with various chart components
- Deploying semantic layers with versioning and CI/CD support
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"]
}
}
}bonnard-cli · Install
Install with npm:
npm install -g @bonnard/cliSetup the MCP server:
bon mcpFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"bonnard": {
"command": "npx",
"args": ["@bonnard/cli", "mcp"]
}
}
}