apple reminders for Cursor
io.github.high5-ventures/apple-reminders
Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
client:Cursor
transport:stdio
runtime:npm
Install apple reminders in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apple-reminders": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs