MCP Catalogs
Home

mcp-server-chart vs apple-mail-mcp

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

mcp-server-chart
by antvis
apple-mail-mcp
by patrickfreyer
Stars★ 4,068★ 119
30d uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityAI / LLM Tools
LanguageTypeScriptPython
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.

apple-mail-mcp · Summary

A comprehensive MCP server providing full access to Apple Mail with 22 tools for reading, searching, composing, organizing, and analyzing emails.

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

apple-mail-mcp · Use cases

  • Automating email organization tasks like moving invoices to specific folders
  • Composing and sending emails through AI assistants with natural language commands
  • Analyzing email patterns and statistics to improve email management efficiency

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

apple-mail-mcp · Install

Quick Install

**Prerequisites:** macOS with Apple Mail configured, Python 3.10+

**Claude Code Plugin (Recommended):**

claude plugin marketplace add patrickfreyer/apple-mail-mcp
claude plugin install apple-mail@apple-mail-mcp

**For Claude Desktop:**

{
  "mcpServers": {
    "apple-mail": {
      "command": "uvx",
      "args": ["mcp-apple-mail"]
    }
  }
}

**Alternative with pip:**

pip install mcp-apple-mail
claude mcp add apple-mail -- mcp-apple-mail
Comparison generated from public README + GitHub signals. Last updated automatically.