MCP Catalogs
Home

mcp-server-chart vs apple-notes-mcp

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

mcp-server-chart
by antvis
apple-notes-mcp
by sweetrb
Stars★ 4,068★ 27
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityFile SystemAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 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-notes-mcp · Summary

MCP server that bridges AI assistants with Apple Notes on macOS via AppleScript.

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-notes-mcp · Use cases

  • Saving AI conversations as notes in Apple Notes with specific titles and organization
  • Searching across all notes or within specific folders to find relevant information
  • Managing notes through natural language commands like moving notes to archive folders

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-notes-mcp · Install

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "apple-notes": {
      "command": "npx",
      "args": ["apple-notes-mcp"]
    }
  }
}

npm

npm install -g github:sweetrb/apple-notes-mcp

Claude Code

Install the sweetrb/apple-notes-mcp MCP server so you can help me manage my Apple Notes
Comparison generated from public README + GitHub signals. Last updated automatically.