MCP server for Apple Notes, Calendar & Reminders on macOS — 22 tools for full CRUD via AppleScript
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-macos-mcp": {
"command": "npx",
"args": [
"-y",
"Rohit-Yadav-47/apple-macos-mcp"
]
}
}
}
Run in terminal:
claude mcp add apple-macos-mcp npx -y Rohit-Yadav-47/apple-macos-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-macos-mcp": {
"command": "npx",
"args": [
"-y",
"Rohit-Yadav-47/apple-macos-mcp"
]
}
}
}