upnote-mcp
Related Servers
Alternatives to upnote-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables Claude to read and create UpNote notes locally, using a WAL-correct SQLite snapshot for reading and the upnote:// URL scheme for writing, with no account, cloud, or API key required.1012MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Upnote via its x-callback-url API, allowing creation of notes, notebooks, tag management, and search. It also supports navigation to various Upnote sections and custom filters.20MIT
- FlicenseNot gradedqualityCmaintenanceProvides AI assistants with tools to create, list, search, tag, and delete notes stored in a local SQLite database.-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, create, update, delete, and search markdown notes stored locally.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read and write Bear notes using SQLite for queries and x-callback-url for safe writes.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.7 npm2MIT
TDQS
Scored across 19 tools
Each tool targets a distinct operation (create, read, update, delete, search, etc.) on specific resources (notes, notebooks, tags, attachments). No two tools have overlapping purposes; even similar operations like append_note and update_note are clearly differentiated.
All tool names follow a verb_noun pattern in snake_case (e.g., create_note, list_notebooks, tag_note). The naming is consistent across the entire set with no mixing of conventions like camelCase or inconsistent verbs.
With 19 tools, the set is well-scoped for a note-taking application. It covers the full lifecycle of notes, notebooks, tags, and attachments without being bloated. The count aligns with the typical range for a focused domain.
The tool surface covers CRUD for notes, plus advanced operations (merge, append, restore, move) and tag/attachment management. Minor gaps exist—notebook update/delete and direct tag creation are missing—but these are less critical and do not hinder core workflows.