MCP Catalogs
Home

mcp-server-chart vs mcp-ical

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

mcp-server-chart
by antvis
mcp-ical
by Omar-V2
Stars★ 4,068★ 311
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityCommunicationAI / LLM Tools
LanguageTypeScriptPython
Last committhis month13 mo ago

mcp-server-chart · Summary

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

mcp-ical · Summary

MCP server for natural language macOS calendar management with event creation and scheduling.

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

mcp-ical · Use cases

  • Quickly schedule meetings with natural language commands
  • Check availability for time slots before booking meetings
  • Manage recurring events without navigating the calendar interface

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

mcp-ical · Install

Installation

  1. **Clone and Setup**
# Clone the repository
git clone https://github.com/Omar-V2/mcp-ical.git
cd mcp-ical

# Install dependencies
uv sync
  1. **Configure Claude for Desktop**

Create or edit ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{
    "mcpServers": {
        "mcp-ical": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-ical",
                "run",
                "mcp-ical"
            ]
        }
    }
}
  1. **Launch Claude for Calendar Access**

Run the following command in your terminal:

/Applications/Claude.app/Contents/MacOS/Claude
Comparison generated from public README + GitHub signals. Last updated automatically.