Back to MCP Servers
Apple Notes
Allows the AI to read from your local Apple Notes database (macOS only)
other-tools-and-integrationsai
By sirmews
Installation
npx -y apple-notes-mcpConfiguration
{
"mcpServers": {
"apple-notes-mcp": {
"command": "npx",
"args": ["-y", "apple-notes-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes