OBSBOT Tiny 2 Camera Control for Claude Desktop
io.github.lxman/obsbot-mcp
Control an OBSBOT Tiny 2 camera: pan/tilt/zoom, AI tracking, focus, exposure, snapshots, recording
client:Claude Desktop
transport:stdio
runtime:npm
Install OBSBOT Tiny 2 Camera Control in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"obsbot-mcp": {
"command": "npx",
"args": [
"-y",
"obsbot-mcp"
],
"env": {
"OBSBOT_LOG_FILE": "<OBSBOT_LOG_FILE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs