Apple Reminders for Cursor
io.github.mgcrea/mcp-apple-reminders
Search, read and act on Apple Reminders — lists, due dates, writes off by default
client:Cursor
transport:stdio
runtime:npm
Install Apple Reminders in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-apple-reminders": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-reminders"
],
"env": {
"APPLE_REMINDERS_ALLOW_WRITES": "<APPLE_REMINDERS_ALLOW_WRITES>",
"APPLE_REMINDERS_LISTS": "<APPLE_REMINDERS_LISTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs