mcp-server-chart vs open-brain-template
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | open-brain-template by wefilmshit | |
|---|---|---|
| Stars | ★ 4,068 | ★ 23 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | HTML |
| 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.
open-brain-template · Summary
Persistent memory system for AI agents with visual dashboard and MCP integration.
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
open-brain-template · Use cases
- AI power users need to maintain consistent context across multiple sessions and tools
- Development teams want to share project-specific rules and preferences across team members
- AI agents require persistent memory with intelligent retrieval and deduplication
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"]
}
}
}open-brain-template · Install
Installation Steps
- Create a [Supabase](https://supabase.com) project
- Clone this repository
- Replace
YOUR_SUPABASE_URLandYOUR_SUPABASE_ANON_KEYinindex.html - Add your email to
ALLOWED_EMAILS - Deploy to [Vercel](https://vercel.com)
Optional Components
- **SessionStart Hook**: Add to
~/.claude/settings.json:
``json { "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "$HOME/.claude/hooks/session-start-memory.sh", "timeout": 15 } ] } ] } } ``
- **Memory Steward**: Follow instructions in [docs/memory-steward.md](docs/memory-steward.md)