Skip to main content
Browser AutomationTypeScript

fradser/mcp-server-apple-reminders

An MCP server for interacting with Apple Reminders on macOS

browser-automationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/FradSer/mcp-server-apple-reminders

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
FradSer