← Back to browse

OBSBOT Tiny 2 Camera Control

Indexed by io.github.lxman

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOBSBOT_LOG_FILE
Claude Code
claude mcp add --env OBSBOT_LOG_FILE= obsbot-mcp -- npx obsbot-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"obsbot-mcp","command":"npx","args":["obsbot-mcp"],"env":{"OBSBOT_LOG_FILE":""}}'
JSON
{
  "mcpServers": {
    "obsbot-mcp": {
      "command": "npx",
      "args": [
        "obsbot-mcp"
      ],
      "env": {
        "OBSBOT_LOG_FILE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.