Odel
OBSBOT Tiny 2 Camera Control

OBSBOT Tiny 2 Camera Control

Local
@lxmanTypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmobsbot-mcpv0.7.0

Run

npx -y obsbot-mcp

MCP client config

{
  "mcpServers": {
    "obsbot-tiny-2-camera-control": {
      "command": "npx",
      "args": [
        "-y",
        "obsbot-mcp"
      ]
    }
  }
}