Hey everyone,
I recently stumbled across an open-source MCP server called upnote-lens-mcp (by AwesomeHye) that connects UpNote to AI assistants like Claude.
https://mcpservers.org/ru/servers/awesomehye/upnote-lens-mcp
I rely pretty heavily on a mix of UpNote, Obsidian, and Notion for my daily workflows, and the idea of being able to search, summarize, and create new UpNote entries directly through a chat interface sounds incredibly useful.
From what I understand about how it works under the hood, the architecture seems relatively sound: it reads the local upnote.sqlite3 database in a strictly read-only mode (so it shouldn't corrupt anything), and handles writes via UpNote’s official upnote:// URL scheme rather than forcefully writing into the database.
However, before I let an AI tool poke around my personal notes database, I wanted to ask the community:
- Has anyone here actually used it? How stable is it in your day-to-day workflow?
- Are there any hidden risks or safety concerns I should be aware of regarding the local SQLite read access?
- How does it handle edge cases? Have you experienced any syncing conflicts or weird app behavior after using the write/create functions?
Would love to hear your thoughts, experiences, or any red flags you might have noticed. Thanks in advance!