mcp-server-chart vs apple-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | apple-mcp by supermemoryai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 3,090 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityCommunicationAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 9 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
apple-mcp · Summary
Apple MCP server that turns native Apple apps into AI superpowers via tools for Messages, Notes, Contacts, Mail, etc.
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-mcp · Use cases
- Automating communication by having AI read messages and send replies based on context
- Productivity workflows where AI analyzes notes and creates reminders or calendar events
- Information retrieval through AI that searches contacts, emails, and calendar data based on natural language queries
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"]
}
}
}apple-mcp · Install
Installation
Option 1: Smithery (Recommended)
npx -y install-mcp apple-mcp --client claudeFor Cursor users:
npx -y install-mcp apple-mcp --client cursorOption 2: Manual Setup
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
}First, ensure you have bun installed:
brew install oven-sh/bun/bun