mcp-server-chart vs shinzo-ts
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | shinzo-ts by shinzo-labs | |
|---|---|---|
| Stars | ★ 4,068 | ★ 67 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsMonitoringAI / LLM Tools |
| 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.
shinzo-ts · Summary
TypeScript SDK providing observability for MCP servers through OpenTelemetry integration.
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
shinzo-ts · Use cases
- Monitoring and analyzing MCP server performance metrics
- Tracking agent usage patterns and tool call frequency
- Debugging tool execution with detailed tracing information
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"]
}
}
}shinzo-ts · Install
pnpm add @shinzolabs/instrumentation-mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"shinzo-observability": {
"command": "npx",
"args": ["@shinzolabs/instrumentation-mcp"]
}
}
}