Read your Apple Notes with Claude via Model Context Protocol
Description:
A server that enables Claude to read and search through your local Apple Notes database.
Category: Note Management & Integration
Overview:
This server provides seamless access to Apple Notes content through Claude Desktop, allowing interaction with your notes database. Key functionalities include retrieving all notes, reading specific notes, and performing searches across your notes collection.
Important considerations:
Installation:
uv pip install apple-notes-mcp
Configuration:
Add to Claude Desktop config file:
"mcpServers": {
"apple-notes-mcp": {
"command": "uvx",
"args": ["apple-notes-mcp"]
}
}
Development Setup:
npx @modelcontextprotocol/inspector uv --directory {project_dir} run apple-notes-mcp
Tools Available:
get-all-notes
: Retrieves complete notes collectionread-note
: Fetches specific note contentsearch-notes
: Performs note search operationsLocation of Config Files:
~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
Licensed under MIT License.