mcp-server-chart vs nexo
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | nexo by wazionapps | |
|---|---|---|
| Stars | ★ 4,068 | ★ 20 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphProductivity |
| Language | TypeScript | Python |
| 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.
nexo · Summary
NEXO Brain is a persistent memory system for AI agents that extends their capabilities with semantic RAG and 150+ MCP tools.
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
nexo · Use cases
- Enhancing AI assistants with persistent memory and contextual awareness
- Building knowledge management systems with semantic search and RAG
- Creating personalized AI agents that learn and adapt over time
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"]
}
}
}nexo · Install
Installation
NEXO Brain can be installed via npm:
npm install -g nexo-brainFor Claude Desktop integration, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nexo": {
"command": "nexo",
"args": ["serve"]
}
}
}The system is also available as a Python package and can be used standalone.