← Back to Plugins
MCP Server MCP

Apple Notes

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx apple-mcp-notes

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-mcp-notes",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for Notes operations: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "full_access",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_NOTES_MCP_SAFETY_MODE"
        },
        {
          "description": "Comma-separated allow-list of Notes account names. Empty allows all accounts.",
          "format": "string",
          "placeholder": "iCloud",
          "name": "APPLE_NOTES_MCP_ALLOWED_ACCOUNTS"
        },
        {
          "description": "Comma-separated allow-list of Notes folder names. Empty allows all folders.",
          "format": "string",
          "placeholder": "Notes,Work",
          "name": "APPLE_NOTES_MCP_ALLOWED_FOLDERS"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-notes-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "011d38167551864a66e24b05fa9a2dffc3f620ea0bbbd41612787b4c61811d1c",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...