RaroCUA for Gemini CLI
io.github.mectrojohnny/raro-cua
Local macOS Computer Use MCP server with screenshots, AX trees, and app actions.
client:Gemini CLI
transport:stdio
runtime:npm
Install RaroCUA in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"raro-cua": {
"command": "npx",
"args": [
"-y",
"@mectro/raro-cua"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs