mcp-server-chart vs bear-notes-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | bear-notes-mcp by bejaminjones | |
|---|---|---|
| Stars | ★ 4,068 | ★ 34 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityKnowledge GraphFile System |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
bear-notes-mcp · Summary
MCP server for Bear note app with full read/write capabilities and hybrid sync-safe approach.
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
bear-notes-mcp · Use cases
- AI-powered note management and search across Bear notes
- Automating note organization and tagging workflows
- Content analysis and insights from note-taking patterns
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"]
}
}
}bear-notes-mcp · Install
Installation
- Clone and setup:
git clone <repository-url>
cd bear-notes-mcp
npm install
npm run build- Add to Claude Desktop configuration:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bear": {
"command": "node",
"args": ["/path/to/bear-notes-mcp/dist/index.js"],
"env": {}
}
}
}- Restart Claude Desktop and start using Bear notes with natural language!