clawtouch mcp for Gemini CLI
io.github.tinqiao-oss/clawtouch-mcp
USB-HID keyboard/mouse (Pico 2, open firmware) as MCP tools; --mock runs with no hardware
client:Gemini CLI
transport:stdio
runtime:pypi
Install clawtouch mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clawtouch-mcp": {
"command": "uvx",
"args": [
"clawtouch-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs