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
We read the source, 11 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add obsbot-mcp -- npx -y obsbot-mcp
{
"mcpServers": {
"obsbot-mcp": {
"args": [
"-y",
"obsbot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.obsbot-mcp]
command = "npx"
args = ["-y", "obsbot-mcp"]
{
"mcpServers": {
"obsbot-mcp": {
"args": [
"-y",
"obsbot-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls
19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.
Give AI agents Public URLs (tunnels), captured HTTP traffic, Snapshots, and access control.
Search meetings, export summaries and transcripts, and manage recordings from any AI tool.
Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.
Turns a phone into a camera+Bluetooth remote so AI assistants can see and control any PC.
AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
Answers built from our own checks of this server.