mcp-server-chart vs mcp-graph-workflow
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-graph-workflow by DiegoNogueiraDev | |
|---|---|---|
| Stars | ★ 4,068 | ★ 41 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| 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.
mcp-graph-workflow · Summary
MCP server that transforms PRD documents into persistent task graphs for agentic workflows.
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
mcp-graph-workflow · Use cases
- AI development teams using PRDs to maintain structured workflow traces
- Agentic systems that need persistent memory across sessions
- TDD-driven development with automated task progression
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"]
}
}
}mcp-graph-workflow · Install
npm install -g @mcp-graph-workflow/mcp-graphAdd to your project's .mcp.json (Claude Code, Cursor, Copilot):
{
"mcpServers": {
"mcp-graph": {
"command": "npx",
"args": ["-y", "@mcp-graph-workflow/mcp-graph"]
}
}
}Initialize in your project:
mcp-graph init