mcp-server-chart vs inspector
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | inspector by MCPJam | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1,944 |
| 30d uses | 10,239 | — |
| Score | 84 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsMonitoring |
| 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.
inspector · Summary
MCPJam is a comprehensive development platform for debugging, inspecting, and evaluating MCP servers and apps.
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
inspector · Use cases
- Debugging MCP servers with full trace visibility into tool calls and context
- Evaluating MCP servers across multiple LLMs to catch regressions early
- Testing OAuth flows and server capabilities programmatically via CLI and SDK
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"]
}
}
}inspector · Install
Quick Start
Hosted Web App: Open [app.mcpjam.com](https://app.mcpjam.com) in your browser. No install needed.
Desktop App: Download the installer for your OS:
- [Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg)
- [Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe)
Terminal:
npx @mcpjam/inspector@latestAfter it starts, open the printed localhost URL in your browser.
Docker:
docker run -p 127.0.0.1:6274:6274 mcpjam/mcp-inspectorThe app is available at http://127.0.0.1:6274.