OBSBOT Tiny 2 Camera Control for Windsurf
io.github.lxman/obsbot-mcp
Control an OBSBOT Tiny 2 camera: pan/tilt/zoom, AI tracking, focus, exposure, snapshots, recording
client:Windsurf
transport:stdio
runtime:npm
Install OBSBOT Tiny 2 Camera Control in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"obsbot-mcp": {
"command": "npx",
"args": [
"-y",
"obsbot-mcp"
],
"env": {
"OBSBOT_LOG_FILE": "<OBSBOT_LOG_FILE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs