Apple Shortcuts for Cursor
io.github.jonathanrreed/apple-shortcuts-mcp
List, inspect, and run Apple Shortcuts on macOS.
client:Cursor
transport:stdio
runtime:pypi
Install Apple Shortcuts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apple-shortcuts-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-shortcuts-mcp"
],
"env": {
"APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs