Pyapple MCP Server

A Python implementation of Apple-native tools for the [Model Context Protocol (MCP)](https://modelcontextprotocol.com/docs/mcp-protocol), providing

Local serverstdioPython

What is the Pyapple MCP MCP server?

Pyapple mcp mcp server lets Claude, Cursor and other MCP clients work with Pyapple MCP directly. A Python implementation of Apple-native tools for the Model Context Protocol (MCP), providing seamless integration with macOS applications.

What Pyapple MCP does

A Python implementation of Apple-native tools for the Model Context Protocol (MCP), providing seamless integration with macOS applications.

Key capabilities

  • Messages — Send and read messages using the Apple Messages app
  • Notes — List, search, create, and delete notes in Apple Notes app
  • Contacts — Search contacts from Apple Contacts
  • Emails — Send emails, search messages, and manage mail with Apple Mail
  • Reminders — List, search, and create reminders in Apple Reminders app
  • Calendar — Search events, create calendar entries, and manage your schedule
  • Web Search — Search the web using DuckDuckGo
  • Maps — Search locations, get directions, and manage guides with Apple Maps

Installing the pyapple mcp mcp server

The server is distributed via PyPI as pyapple-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • macOS 10.15+ (Catalina or later) - Python 3.10+ - Appropriate permissions for accessing: - Contacts - Calendar - Messages - Mail - Notes - Reminders - Automation (for controlling apps)

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Pyapple MCP sits in that group. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by 54yyyu, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the pyapple mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Pyapple MCP MCP server

{
  "mcpServers": {
    "pyapple": {
      "command": "uvx",
      "args": ["pyapple-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • macOS 10.15+ (Catalina or later) - Python 3.10+ - Appropriate permissions for accessing: - Contacts - Calendar - Messages - Mail - Notes - Reminders - Automation (for controlling apps)

Frequently asked questions

It connects Pyapple MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Pyapple MCP directly.