mcp-server-chart vs roampal
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | roampal by roampal-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 120 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsProductivityKnowledge Graph |
| 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.
roampal · Summary
Roampal is an AI memory system with MCP integration that learns from user feedback across conversations.
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
roampal · Use cases
- Personal AI assistant that remembers user preferences and past successful interactions
- Knowledge management system that organizes information across conversations
- Enhanced AI chat applications with persistent memory capabilities
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"]
}
}
}roampal · Install
- Download from [roampal.ai](https://roampal.ai) and extract
- Install [Ollama](https://ollama.com) or [LM Studio](https://lmstudio.ai)
- Right-click
Roampal.exe→ **Run as administrator** - Download a model in the UI → Start chatting!
To use with MCP-compatible tools like Claude Desktop:
{
"mcpServers": {
"roampal": {
"command": "path/to/roampal",
"args": ["--mcp"]
}
}
}