mcp-server-chart vs keeper.sh
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | keeper.sh by ridafkih | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1,067 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
keeper.sh · Summary
Keeper.sh is a calendar sync tool with an MCP server for AI agents to access and control multiple calendars.
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
keeper.sh · Use cases
- AI assistants accessing and managing multiple calendar sources through a single interface
- Automating calendar synchronization across personal and work calendars
- Building AI-powered scheduling agents that can check availability across all calendars
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"]
}
}
}keeper.sh · Install
Keeper.sh can be installed in multiple ways:
**Self-hosted installation:**
- Clone the repository:
git clone https://github.com/ridafkih/keeper.sh - Install dependencies:
bun install - Set up environment variables as documented in the README
- Run with Docker Compose:
bun dev
**Cloud hosted:** Visit [keeper.sh](https://keeper.sh) to sign up for the cloud-hosted version.
**MCP server configuration for Claude Desktop:** Add to your claude_desktop_config.json:
{
"mcpServers": {
"keeper": {
"command": "npx",
"args": ["@keeper/mcp-server"]
}
}
}