Skip to content
Gemini CLI

OBSBOT Tiny 2 Camera Control for Gemini CLI

io.github.lxman/obsbot-mcp

Control an OBSBOT Tiny 2 camera: pan/tilt/zoom, AI tracking, focus, exposure, snapshots, recording

client:Gemini CLI transport:stdio runtime:npm

Install OBSBOT Tiny 2 Camera Control in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "obsbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obsbot-mcp"
      ],
      "env": {
        "OBSBOT_LOG_FILE": "<OBSBOT_LOG_FILE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

OBSBOT Tiny 2 Camera Control in other clients