mcp-server-chart vs gograph
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | gograph by ozgurcd | |
|---|---|---|
| Stars | ★ 4,068 | ★ 118 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Go |
| 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.
gograph · Summary
A local AST/type-aware Go repository context indexer that creates optimized graphs for AI coding agents.
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
gograph · Use cases
- Enhancing AI code understanding in Go projects by providing structured context
- Code refactoring assistance by showing impact analysis of changes
- Code quality analysis through cyclomatic complexity and coupling metrics
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"]
}
}
}gograph · Install
# MacOS / Linux (via Homebrew)
brew install ozgurcd/tap/gograph
# Or using Go:
go install github.com/ozgurcd/gograph/cmd/gograph@latestTo use as an MCP server, you would need to integrate it with your MCP client configuration. The tool supports JSON output for machine-parseable results which is ideal for MCP integration.