Apple Ecosystem MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Apple Ecosystem MCPTriage my inbox from the last 10 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Apple Ecosystem MCP
Apple Ecosystem MCP lets Claude work across the Apple apps you already use on your Mac: Mail, Calendar, Contacts, Reminders, Notes, and iCloud Drive.
It is built for everyday personal productivity: triage recent email, draft replies, plan around your calendar, find notes, check reminders, and assemble cross-app context without manually copying data between apps.
Everything runs locally through Claude Desktop or Claude Code. There is no hosted backend, no credential store, and macOS permissions remain in your control.
What You Can Ask
Apple Ecosystem MCP is most useful when Claude needs to coordinate across apps.
Examples:
Triage my inbox from the last 10 hours and summarize anything urgent.Find emails from LinkedIn yesterday and open the most relevant one.Check tomorrow's calendar and overdue reminders, then give me a morning plan.Find my Tuscany Itinerary note and summarize the travel plan.Draft a reply to Jane using her contact info and my calendar availability.Find the latest school email, check this week's calendar openings, and draft a pickup-call reply.
Related MCP server: Apple MCP
Capabilities
Search recent, unread, sender, email-address, subject, and time-window queries.
Read message metadata and body text for practical summaries.
Open messages in Mail.
Draft, send, move, flag, and delete messages with safer write paths.
Use an AppleScript-first path with local Inbox metadata and message-file fallbacks for reliability.
Calendar, Contacts, And Reminders
Read and update calendar events.
Search and inspect contacts.
Create and manage reminders and reminder lists.
Use a bundled native macOS helper for fast, stable local access.
Notes
List, search, and read Apple Notes.
Prefer reliable plain-text reads for large rich notes.
Fall back to the local Notes store when AppleScript body extraction is too expensive.
iCloud Drive
Browse and read local iCloud Drive files.
Write or update files when explicitly requested.
Scheduled Tasks
Create local recurring report workflows such as:
daily triage
tomorrow preview
overdue reminders review
weekly planning digest
Install In Claude Desktop
Download
apple-ecosystem-mcp.mcpbfrom the latest GitHub release.Double-click the
.mcpbfile.Install it in Claude Desktop.
Restart Claude Desktop if needed.
Grant macOS permissions when prompted.
The .mcpb is the primary install path. The current bundle uses a
self-contained macOS executable for the Apple Ecosystem MCP server, so users do
not need to install Python, Node.js, or uv separately to use the Claude
Desktop bundle.
Current release target: Apple Silicon (arm64) Macs only.
Intel Mac support is not included in v1.1.2 yet and will come in a future release.
After install, ask Claude:
Call apple_inventory.Requirements
macOS 13 or newer
Claude Desktop or Claude Code
Apple apps configured locally on the Mac
For local development:
uvXcode command line tools /
swiftcNode.js 18 or newer only if you are building the legacy Node-compatible MCPB
Permissions
macOS controls access through system permissions. Apple Ecosystem MCP uses those permissions rather than storing credentials.
Capability | Typical macOS permission |
Mail tools | Automation -> Mail |
Notes tools | Automation -> Notes |
Calendar tools | Calendars |
Contacts tools | Contacts |
Reminders tools | Reminders |
iCloud Drive tools | Full Disk Access may be required |
Local Mail metadata fallback | Full Disk Access may be required |
If a permission is missing, the affected tool should return a scoped error instead of taking down the server.
Privacy
Runs locally on your Mac.
Communicates with Claude over local MCP stdio.
Does not run a hosted service.
Does not store Apple account credentials.
Does not sync your Apple data to a separate backend.
Data appears in Claude only when you ask Claude to use it.
See PRIVACY.md for the full policy.
Troubleshooting
A Tool Says Permission Is Missing
Open System Settings -> Privacy & Security and grant the relevant permission. Restart Claude Desktop after granting new permissions.
Mail Search Or Reading Looks Stale
Mail uses an AppleScript-first path with local Inbox fallbacks for supported read workflows. In Claude, call:
mail_access_setupFor local diagnostics:
uv run apple-ecosystem-mcp mail diagnostics --jsonForce A Provider During Testing
Use AppleScript for Calendar, Contacts, and Reminders:
APPLE_ECOSYSTEM_MCP_PROVIDER=applescriptForce Mail to AppleScript:
APPLE_ECOSYSTEM_MCP_MAIL_PROVIDER=applescriptForce Mail to the local metadata provider:
APPLE_ECOSYSTEM_MCP_MAIL_PROVIDER=localLocal Development
git clone https://github.com/abhinavag-svg/apple-ecosystem-mcp.git
cd apple-ecosystem-mcp
make install
make test
make buildmake build creates the primary self-contained binary bundle at
mcpb/apple-ecosystem-mcp.mcpb.
To build the same Node.js launcher bundle under the explicit compatibility target:
make build-node-mcpbThe Node bundle is intentionally separate from the primary install bundle. It is a legacy compatibility target that still requires a local Python 3.11+ interpreter and is not the recommended Claude Desktop install path.
To build the future MCPB uv runtime bundle described in the public MCPB docs:
make build-uv-mcpbUse that artifact only after confirming your Claude Desktop build accepts
server.type = "uv".
To run directly from a checkout in Claude Desktop:
{
"mcpServers": {
"apple-ecosystem": {
"command": "uv",
"args": ["run", "--project", "/path/to/apple-ecosystem-mcp", "apple-ecosystem-mcp"]
}
}
}Development docs live under docs/. They are useful for contributors, but they are not required to use the Claude Desktop bundle.
Support
For support, bugs, and privacy questions:
License
MIT. See LICENSE.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhinavag-svg/apple-ecosystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server