OBSBOT Tiny 2 Camera Control for Zed
io.github.lxman/obsbot-mcp
Control an OBSBOT Tiny 2 camera: pan/tilt/zoom, AI tracking, focus, exposure, snapshots, recording
client:Zed
transport:stdio
runtime:npm
Install OBSBOT Tiny 2 Camera Control in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obsbot-mcp": {
"command": "npx",
"args": [
"-y",
"obsbot-mcp"
],
"env": {
"OBSBOT_LOG_FILE": "<OBSBOT_LOG_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs