RaroCUA for Cursor
io.github.mectrojohnny/raro-cua
Local macOS Computer Use MCP server with screenshots, AX trees, and app actions.
client:Cursor
transport:stdio
runtime:npm
Install RaroCUA in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"raro-cua": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mectro/raro-cua"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs