Apple MCP

Apple MCP

Developer
supermemoryai
claudecursorvscodecodexgeneric
FreeOpen Source

About

A collection of Apple-native tool capabilities via MCP. Lets AI agents access macOS system apps like Reminders, Calendar, Notes, and Contacts — enabling automation within the Apple ecosystem.

Our Verdict

Apple MCP brings developer capabilities to the MCP ecosystem. Its GitHub popularity reflects community trust, and the standardized protocol ensures broad compatibility across AI clients.

Pricing

free
Free and open source

Use Cases

  • Integrating developer capabilities into AI agent workflows
  • Building custom AI-powered tools with Apple MCP
  • Enhancing AI agent functionality with standardized MCP access

Pros

  • Apple MCP provides standardized MCP protocol access
  • Open source with 3,128 GitHub stars
  • Active development and community support

Cons

  • Requires MCP-compatible client (Claude, Cursor, etc.)
  • Setup complexity varies by client
  • Some features may depend on client capabilities

Installation

npx -y apple-mcp

Frequently Asked Questions

Which system apps can Apple MCP control?

It supports Reminders (create/query/complete), Calendar (create events/query schedule), Notes (create/read/search), and Contacts (search/read). Covering the most commonly used productivity tools on macOS.

Does Apple MCP require macOS?

Yes, it must run on macOS. It interacts with macOS native apps through AppleScript and system events, so it cannot be used on Windows or Linux.

Is Apple MCP safe?

The MCP server runs locally with all operations executing on your macOS — data never leaves your machine. AI agents only create or modify calendar events, reminders, and other personal data when explicitly instructed. Review the authorization scope when using.