MCP Catalogs
Home

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 uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsProductivityFile System
LanguageTypeScriptTypeScript
Last committhis month3 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-chart

For 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/daymon

Windows — 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:

  1. Install Daymon and open it
  2. Daymon auto-configures Claude Desktop on first launch

For Claude Code integration:

  1. Install Daymon and open it
  2. Daymon auto-configures Claude Code if ~/.claude.json exists
Comparison generated from public README + GitHub signals. Last updated automatically.