Back to MCP Servers
Apple Notes
Powerful tools for automating Apple Notes using Model Context Protocol (MCP). Full CRUD support with HTML content, folder management, and search capabilities.
other-tools-and-integrations
Installation
npx -y mcp-apple-notesConfiguration
{
"mcpServers": {
"mcp-apple-notes": {
"command": "npx",
"args": ["-y", "mcp-apple-notes"]
}
}
}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