PilotGentic for Gemini CLI
com.pilotgentic/mcp-server
macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops.
client:Gemini CLI
transport:stdio
runtime:npm
Install PilotGentic in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pilotgentic/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs