Skip to content
Zed

OBSBOT Tiny 2 Camera Control for Zed

io.github.lxman/obsbot-mcp

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

client:Zed transport:stdio runtime:npm

Install OBSBOT Tiny 2 Camera Control in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

OBSBOT Tiny 2 Camera Control in other clients