Apple Shortcuts for Cursor
io.github.mindstone/mcp-server-apple-shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
client:Cursor
transport:stdio
runtime:npm
Install Apple Shortcuts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
],
"env": {
"APPLE_SHORTCUTS_TIMEOUT_MS": "<APPLE_SHORTCUTS_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs