apple-ecosystem-mcp

abhinavag-svg/apple-ecosystem-mcp
★ 0 stars Python File System Updated 3d ago
MCP server for Apple Mail, Calendar, Contacts, Reminders, and iCloud Drive to be used with Claude desktop
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-ecosystem-mcp": {
      "command": "uvx",
      "args": [
        "apple-ecosystem-mcp"
      ]
    }
  }
}

Or install with pip: pip install apple-ecosystem-mcp

README Excerpt

Apple Ecosystem MCP is a local macOS MCP server for Claude Desktop and Claude Code. It exposes Mail, Calendar, Contacts, Reminders, Notes, and iCloud Drive through a mix of native macOS frameworks, AppleScript, and local filesystem access. The project ships primarily as a Claude Desktop `.mcpb` bundle.