Skip to content
Grok

Apple Notes for Grok

io.github.jonathanrreed/apple-mcp-notes

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

client:Grok transport:stdio runtime:pypi

Install Apple Notes 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-notes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-mcp-notes"
      ],
      "env": {
        "APPLE_NOTES_MCP_SAFETY_MODE": "<APPLE_NOTES_MCP_SAFETY_MODE>",
        "APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
        "APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
      }
    }
  }
}

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 Notes in other clients