apple-notes-mcp-server-retains-formatting

pbrosen/apple-notes-mcp-server-retains-formatting
★ 0 stars TypeScript Memory/Knowledge Updated 4d ago
MCP server for reading & editing Apple Notes checklists with true checked/unchecked state (which AppleScript can't) — read, append, check, and move items via Claude.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-notes-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "pbrosen/apple-notes-mcp-server-retains-formatting"
      ]
    }
  }
}

Topics

accessibility-apiapple-notesclaudemacosmcpmodel-context-protocolnotes-app