MCP.so
登录

Apple Reminders MCP Server

@FradSer

关于 Apple Reminders MCP Server

MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

FradSer

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-apple-reminders": {
      "command": "npx",
      "args": [
        "mcp-server-apple-events"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Apple Reminders MCP Server?

A Model Context Protocol (MCP) server that provides native integration with Apple Reminders and Calendar on macOS. It exposes Apple Reminders and Calendar Events through a standardized interface with full CRUD (Create, Read, Update, Delete) operations.

How to use Apple Reminders MCP Server?

Run the server directly using npx mcp-server-apple-events. It requires macOS and Node.js 20 or later. Configure it as an MCP server in compatible clients (e.g., Cursor, Claude Desktop) by adding the command to your MCP configuration.

Key features of Apple Reminders MCP Server

  • Full CRUD for reminders and calendar events
  • Priority, tags, subtasks, and completion tracking
  • Multi-criteria search and smart organization
  • Native macOS EventKit integration with permission management
  • Flexible date formats and Unicode support
  • Clean architecture with TypeScript and Zod validation

Use cases of Apple Reminders MCP Server

  • Manage and organize reminders with due dates, priorities, and tags from any MCP client
  • Create, update, or delete calendar events programmatically via automation tools
  • Search and filter reminders by completion status, date ranges, tags, or text
  • Integrate Apple Reminders/Calendar data into AI-assisted workflows (e.g., Claude Desktop)

FAQ from Apple Reminders MCP Server

What permissions does Apple Reminders MCP Server require?

Full access to both Reminders and Calendar on macOS. The first EventKit call triggers a system prompt, and the grant appears under System Settings > Privacy & Security as "event".

How are macOS permissions handled?

The server uses a disclaim shim (bin/event-disclaim) so that event becomes its own TCC-responsible process, avoiding permission attribution issues with host apps like Claude Desktop.

Can I set alarms, recurrence rules, or location triggers?

These fields are read-only via this server. Configure them in the Reminders or Calendar app directly; values round-trip through read responses.

What are the system requirements?

macOS (Sonoma 14+ recommended), Node.js 20 or later, and optionally Xcode Command Line Tools if building from source. The npm package ships a pre-built binary.

What should I do if the permission dialog never appears?

Reset TCC globally using `tccutil reset

评论

其他 分类下的更多 MCP 服务器