notes-querier-mcp
Verified Safeby robwatsongtr
Overview
A macOS Notes app MCP server for querying notes and folders via AppleScript.
Installation
python src/server.pySecurity Notes
The server interacts with macOS Notes.app via AppleScript, which typically requires user permissions. The server is read-only, reducing attack surface. AppleScript inputs for note names and search queries are escaped to mitigate simple injection risks, but complex AppleScript injection vulnerabilities might theoretically exist if the escaping is not exhaustive for all edge cases. The server runs locally and communicates via STDIO, limiting direct network exposure.
Similar Servers
bear-notes-mcp
This server connects Claude Desktop to Bear notes, enabling natural language querying and management of notes through a hybrid sync-safe approach.
messages
Fuzzy search and browse Apple Messages (iMessage/SMS) from the command line or as an MCP server.
get-biji-dev-by-gemini3pro
Integrates the Get Notes API with a Model Context Protocol (MCP) server to provide AI-powered knowledge search and recall from multiple knowledge bases.
notes-mcp
Connects Apple Notes on macOS to an MCP server, enabling seamless access and synchronization across various platforms.