Skip to content
Cursor

Apple Notes for Cursor

io.github.jonathanrreed/apple-mcp-notes

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

client:Cursor transport:stdio runtime:pypi

Install Apple Notes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Notes in other clients