← Back to Plugins
MCP Server MCP

OBSBOT Tiny 2 Camera Control

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "obsbot-mcp",
      "version": "0.6.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to append a debug log to. Unset means no log file.",
          "format": "filepath",
          "name": "OBSBOT_LOG_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...