upnote-lens-mcp
Related Servers
Alternatives to upnote-lens-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceA read-only MCP server that enables searching, retrieving, and managing local UpNote notes, notebooks, and tags via SQLite and UpNote's official URL scheme.26 npmMIT
- AlicenseAqualityAmaintenanceA minimal MCP server that enables interaction with Joplin notes and notebooks through the local Web Clipper REST API, providing tools for search, create, update, and note management.13MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides read and write access to an Obsidian vault by interacting directly with markdown files on disk. Supports searching, listing, reading, creating, editing, and appending notes without requiring any Obsidian plugins.2,778 npmISC
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes an Obsidian vault (search, read, create, and update notes) via Streamable HTTP.-
- AlicenseAqualityDmaintenanceAn MCP server for managing Obsidian-style note vaults, providing tools for full-text search, note creation, and backlink tracking. It enables users to navigate, structure, and update their personal knowledge base through natural language.9MIT
- AlicenseNot gradedqualityCmaintenanceRemote-capable MCP server that reads and writes Markdown notes in an Obsidian vault on OneDrive via Microsoft Graph, enabling creation even when the PC is offline.6,222 npmMIT
TDQS
Scored across 10 tools
Each tool targets a distinct resource and action: creation, retrieval by id, listing by various criteria (notebooks, tags, recent), searching, and opening in the app. There is no ambiguity because the operations are clearly separated by resource type (note, notebook, tag) and action verb.
All tool names follow a consistent verb_noun pattern (e.g., create_note, get_note, list_notebooks, search_notes). The naming uses lowercase and underscores uniformly, making it predictable and easy for an agent to infer function from the name.
With 10 tools, the server provides a well-scoped set for note management. Each tool has a clear purpose and none feel redundant. This count is within the ideal range (3-15) and balances coverage without overwhelming the agent.
The server covers creation, reading, listing, searching, and opening notes/notebooks, but lacks update and delete operations. Additionally, there is no tool to manage tags (add/remove). These are notable gaps that may limit an agent's ability to perform full lifecycle management.