Skip to content
Cursor

OBSBOT Tiny 2 Camera Control for Cursor

io.github.lxman/obsbot-mcp

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

client:Cursor transport:stdio runtime:npm

Install OBSBOT Tiny 2 Camera Control in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OBSBOT Tiny 2 Camera Control in other clients