mcp osascript for Cursor
io.github.m0rvayne/mcp-osascript
macOS automation: 17 typed tools for windows, menus, keyboard, clipboard, tabs, screenshots
client:Cursor
transport:stdio
runtime:npm
Install mcp osascript in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-osascript": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-osascript"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs