Skip to content
Grok

OBSBOT Tiny 2 Camera Control for Grok

io.github.lxman/obsbot-mcp

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

client:Grok transport:stdio runtime:npm

Install OBSBOT Tiny 2 Camera Control in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OBSBOT Tiny 2 Camera Control in other clients