mcpbeat Sign in

OBSBOT Tiny 2 Camera Control MCP Server

local only

OBSBOT Tiny 2 Camera Control runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 2 Sep 2026.

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

Installs per day peak 175 · avg 19 · -80% w/w
a month agotoday
46
Installs / week
npm · obsbot-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const r = spawnSync(name, ["-version"], { stdio: "ignore" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add obsbot-mcp -- npx -y obsbot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obsbot-mcp": {
      "args": [
        "-y",
        "obsbot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.obsbot-mcp]
command = "npx"
args = ["-y", "obsbot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "obsbot-mcp": {
      "args": [
        "-y",
        "obsbot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "obsbot-mcp": {
      "args": [
        "-y",
        "obsbot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OBSBOT_LOG_FILE (Path to append a debug log to. Unset means no log file.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OBSBOT Tiny 2 Camera Control

same job, measured the same way
Reolink MCP
by ed-dryha

MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls

51 installs/wk local only
Agent Toolbelt MCP
by marras0914

19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.

35 installs/wk local only
LocalCan
by localcan

Give AI agents Public URLs (tunnels), captured HTTP traffic, Snapshots, and access control.

local only
note1.ai
by note1

Search meetings, export summaries and transcripts, and manage recordings from any AI tool.

answering
Zoom Meetings
by zoom

Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.

answering
Dittu
by borisgujvin

Turns a phone into a camera+Bluetooth remote so AI assistants can see and control any PC.

12 tools answering
I
Perceptdot Sentry
by perceptdot

AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com

29 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

34 installs/wk local only

OBSBOT Tiny 2 Camera Control — questions

Answers built from our own checks of this server.

Why is there no uptime for OBSBOT Tiny 2 Camera Control?
OBSBOT Tiny 2 Camera Control runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package obsbot-mcp was installed 46 times last week.
How do I connect OBSBOT Tiny 2 Camera Control?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls obsbot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OBSBOT Tiny 2 Camera Control?
The npm package obsbot-mcp was installed 46 times in the last week. Week over week that is -80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OBSBOT Tiny 2 Camera Control open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.