apple-macos-mcp

Rohit-Yadav-47/apple-macos-mcp
★ 0 stars TypeScript API Integration Updated 1mo ago
MCP server for Apple Notes, Calendar & Reminders on macOS — 22 tools for full CRUD via AppleScript
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-macos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Rohit-Yadav-47/apple-macos-mcp"
      ]
    }
  }
}