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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-notes-mcp-serv": {
"command": "npx",
"args": [
"-y",
"pbrosen/apple-notes-mcp-server-retains-formatting"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add apple-notes-mcp-serv npx -y pbrosen/apple-notes-mcp-server-retains-formatting
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-notes-mcp-serv": {
"command": "npx",
"args": [
"-y",
"pbrosen/apple-notes-mcp-server-retains-formatting"
]
}
}
}
📋 Copy
Topics
accessibility-api apple-notes claude macos mcp model-context-protocol notes-app