Skip to content
Grok

Apple Reminders for Grok

io.github.jonathanrreed/apple-mcp-reminders

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

client:Grok transport:stdio runtime:pypi

Install Apple Reminders in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-mcp-reminders": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-mcp-reminders"
      ],
      "env": {
        "APPLE_REMINDERS_MCP_SAFETY_MODE": "<APPLE_REMINDERS_MCP_SAFETY_MODE>",
        "APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Apple Reminders in other clients