HomeDevelopment › OBSBOT Tiny 2 Camera Control

OBSBOT Tiny 2 Camera Control

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

TypeScript LocalEmbedded macOSWindowsLinux
★ 0 stars Last pushed 2026-09-02 License: MIT

Topics: Embedded System

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "obsbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "OBSBOT_LOG_FILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • OBSBOT_LOG_FILE — Path to append a debug log to. Unset means no log file.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry