mcp-server-chart vs daymon
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | daymon by daymonio | |
|---|---|---|
| Stars | ★ 4,068 | ★ 373 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsProductivityFile 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.
daymon · Summary
Daymon is an MCP server that extends Claude with persistent memory, scheduled tasks, and file watching capabilities.
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
daymon · Use cases
- Schedule daily reports or summaries to run automatically at specific times
- Create persistent memories about projects, preferences, or important details
- Set up file watchers to automatically organize or process new files
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"]
}
}
}daymon · Install
Installation
macOS — Homebrew (recommended)
brew install daymonio/daymon/daymonWindows — Download
Download the latest .exe installer from [GitHub Releases](https://github.com/daymonio/daymon/releases/latest).
Linux — Download
Download the .deb or .AppImage from [GitHub Releases](https://github.com/daymonio/daymon/releases/latest).
For Claude Desktop integration:
- Install Daymon and open it
- Daymon auto-configures Claude Desktop on first launch
For Claude Code integration:
- Install Daymon and open it
- Daymon auto-configures Claude Code if
~/.claude.jsonexists