realhands - Real Desktop Computer Use for Gemini CLI
io.github.kanishka089/realhands
Lets Claude drive your REAL mouse, keyboard and screen - works in your own logged-in apps.
client:Gemini CLI
transport:stdio
runtime:pypi
Install realhands - Real Desktop Computer Use in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"realhands": {
"command": "uvx",
"args": [
"realhands"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs