Back to Home
cardmagic icon

notes

by cardmagic

Overview

Search, browse, create, and delete Apple Notes with fuzzy matching, designed for integration with Claude Code.

Installation

Run Command
claude mcp add --transport stdio notes -- npx -y @cardmagic/notes --mcp

Security Notes

The server uses `execSync` for AppleScript automation (create/delete notes) and PDF text extraction (`pdftotext`). While the `applescript.ts` file includes an `escapeAppleScript` function, direct execution of external commands with user-controlled input (even if sanitized) via `execSync` is inherently risky and could lead to arbitrary command injection if the escaping mechanism is flawed or bypassed. This is a critical security concern.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-18

Tags

Apple NotesSearchCLImacOSMCP