mcp-server-chart vs better-notion-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | better-notion-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 4,068 | ★ 28 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | NotionProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| 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.
better-notion-mcp · Summary
A Markdown-first Notion API server providing 10 composite tools to simplify Notion integration for AI agents.
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
better-notion-mcp · Use cases
- AI agents need to read, create, and update Notion pages with human-readable content
- Automating content management workflows between AI systems and Notion databases
- Building custom integrations that require efficient access to Notion data without API complexity
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"]
}
}
}better-notion-mcp · Install
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": ["-y", "@n24q02m/better-notion-mcp"]
}
}
}Command Line
npm install -g @n24q02m/better-notion-mcp
better-notion-mcpDocker
docker run -p 8080:8080 -e NOTION_TOKEN=your-token n24q02m/better-notion-mcp:latest