Mac Shortcuts — read your Mac from any agent for Cursor
io.github.dominic-dk/mac-shortcuts-mcp
Read your Mac's Calendar, Reminders, Notes, Contacts and more via Shortcuts. Read-only, local.
client:Cursor
transport:stdio
runtime:npm
Install Mac Shortcuts — read your Mac from any agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mac-shortcuts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mac-shortcuts-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs