Simplenote MCP Server
JSON →A server to connect and manage your Simplenote notes within Claude Desktop.
Install
npx -y @smithery/cli Tools · 5
- permanent_delete_note Permanently destroy a single note; requires confirm=true; dry-run preview by default
- empty_trash Permanently delete all trashed notes; defaults to dry_run=true (preview); requires dry_run=false AND confirm=true
- search_notes Search notes with boolean AND queries, substring matching, and a 30-second timeout
- publish_note Publish a note to a public URL; returns public_url
- unpublish_note Remove a note from public access; no-op if already unpublished
Links
★ 17 GitHub stars