MCP Catalogs
Home

mcp-server-chart vs che-ical-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
che-ical-mcp
by PsychQuant
Stars★ 4,068★ 27
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityAI / LLM ToolsDeveloper Tools
LanguageTypeScriptSwift
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

che-ical-mcp · Summary

macOS Calendar & Reminders MCP server with 29 tools and native Swift EventKit integration.

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

che-ical-mcp · Use cases

  • Managing personal and work calendars with comprehensive event and reminder functionality
  • Automating calendar operations through AI assistants like Claude for scheduling and task management
  • Batch operations for managing multiple events and reminders simultaneously

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"]
    }
  }
}

che-ical-mcp · Install

For Claude Desktop

Method 1: MCPB One-Click Install (Recommended)
  1. Download che-ical-mcp.mcpb from [Releases](https://github.com/PsychQuant/che-ical-mcp/releases)
  2. Double-click the .mcpb file to install
  3. Restart Claude Desktop
Method 2: Manual Configuration
  1. Download the binary:

``bash curl -L https://github.com/PsychQuant/che-ical-mcp/releases/latest/download/CheICalMCP -o /usr/local/bin/che-ical-mcp chmod +x /usr/local/bin/che-ical-mcp ``

  1. Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

``json { "mcpServers": { "che-ical-mcp": { "command": "/usr/local/bin/che-ical-mcp" } } } ``

  1. Restart Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.