A
licenseNot graded
qualityD
maintenanceA beginner-friendly MCP server for managing personal notes. Enables Claude to create, list, read, search, update, and delete notes saved as Markdown files.
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a completely distinct role: listing metadata, retrieving full content, creating, updating, and deleting. No overlap or ambiguity exists.
All tool names follow a strict verb_noun pattern (list_notes, get_note, create_note, update_note, delete_note), making the API highly predictable.
With exactly 5 tools covering a notes CRUD lifecycle, the server is well-scoped without redundancy or excess.
The full CRUD cycle is present: list/get for reading, create, update, and delete. No essential operation for a notes domain is missing.