mcp-server-chart vs mcp-neo4j
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-neo4j by neo4j-contrib | |
|---|---|---|
| Stars | ★ 4,068 | ★ 947 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | DatabaseKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-neo4j · Summary
Neo4j Labs MCP servers integrate graph databases with AI assistants through natural language.
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-neo4j · Use cases
- Convert natural language questions to graph database queries
- Store and retrieve personal knowledge across conversations
- Manage Neo4j Aura cloud instances through AI assistants
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-neo4j · Install
Installation
Using pip
pip install mcp-neo4j-cypher mcp-neo4j-memory mcp-neo4j-cloud-aura-api mcp-neo4j-data-modelingClaude Desktop Configuration
Add the following to Claude's config.json:
{
"mcpServers": {
"neo4j": {
"command": "mcp-neo4j-cypher",
"args": []
}
}
}Docker Deployment
docker run -p 8080:8080 neo4j/mcp-neo4j-cypher --transport http --port 8080