mcp-server-chart vs mcp-openmemory
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-openmemory by baryhuang | |
|---|---|---|
| Stars | ★ 4,068 | ★ 72 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 12 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-openmemory · Summary
MCP server enabling Claude to remember conversations and learn over time with SQLite storage.
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-openmemory · Use cases
- Personalized AI assistants that remember user preferences and conversation history
- Continuous learning applications that build context over multiple sessions
- Project-specific memory management for different work contexts
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-openmemory · Install
Installation
- Install Node.js if not already installed
- Add to Claude Desktop configuration:
{
"mcpServers": {
"mcp-openmemory": {
"command": "npx",
"args": [
"@peakmojo/mcp-openmemory@latest"
],
"env": {
"MEMORY_DB_PATH": "/path/to/your/persistent/memory.sqlite"
}
}
}
}- Restart Claude Desktop