MCP Catalogs
Homeapple-mcp screenshot

apple-mcp

by supermemoryai·3,090·Score 52

Apple MCP server that turns native Apple apps into AI superpowers via tools for Messages, Notes, Contacts, Mail, etc.

productivitycommunicationai-llm
279
Forks
13
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

Apple MCP is a comprehensive Model Context Protocol server that provides AI-powered access to core Apple applications. It enables AI assistants to interact natively with Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps through a well-structured set of tools. The server features clear tool chaining capabilities, allowing complex multi-step workflows like reading notes, finding contacts, and sending automated messages. With both easy installation via Smithery and manual setup options, it offers flexibility for different user preferences.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automating communication by having AI read messages and send replies based on context
you:Productivity workflows where AI analyzes notes and creates reminders or calendar events
you:Information retrieval through AI that searches contacts, emails, and calendar data based on natural language queries
you:What Apple applications does this MCP server support?
you:Can I chain multiple tools together?

When to choose this

Choose this if you're a macOS user wanting to automate interactions between your Apple ecosystem applications and AI assistants.

When NOT to choose this

Don't choose this if you're not using macOS, as it requires Apple's native applications to function properly.

Tools this server exposes

8 tools extracted from the README
  • send_message

    Send messages to anyone in your contacts

  • create_note

    Create notes in the Notes app

  • search_contacts

    Find contacts in your address book

  • send_email

    Send emails with attachments, CC, BCC

  • create_reminder

    Create reminders with due dates

  • create_event

    Create calendar events

  • search_locations

    Search for locations in Maps

  • save_favorite

    Save locations as favorites in Maps

Note: Tool names inferred from feature descriptions rather than explicit documentation

Comparable tools

apple-script-mcpmac-automation-toolsshell-mcp

Installation

Installation

Option 1: Smithery (Recommended)
npx -y install-mcp apple-mcp --client claude

For Cursor users:

npx -y install-mcp apple-mcp --client cursor
Option 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

FAQ

What Apple applications does this MCP server support?
Apple MCP supports Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps applications with tools for reading, writing, searching, and managing data in each.
Can I chain multiple tools together?
Yes, the server supports command chaining allowing complex workflows like reading notes, finding contacts, and sending automated messages in a single request.

Compare apple-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.