dcc-mcp-obs
Provides native OBS Studio control for scene and source discovery, recording status, and starting, stopping, pausing, and resuming recordings with typed status readback.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dcc-mcp-obsStart recording in OBS and show me the status."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dcc-mcp-obs
Native, typed OBS Studio control for the DCC-MCP ecosystem.
This product is an OBS plugin plus a DCC-MCP sidecar. The C++ plugin runs inside the exact OBS process, owns host lifecycle and UI-thread dispatch, and registers bounded vendor requests through the official OBS WebSocket 5.x API. The Python sidecar exposes those contracts through MCP, the Gateway, an Install SOP v1 CLI, and a bundled Agent skill.
OBS WebSocket is the authenticated transport. It is not used as an unrestricted request escape hatch, and this product exposes no arbitrary script or raw WebSocket tool.
First slice
Exact native plugin, OBS version, PID, instance ID, readiness, and event sequence
Bounded scene discovery and current-scene readback
Bounded source discovery for the current or an exact named scene
Typed scene switching, scene-item CRUD, transitions, and Studio Mode
Exact Windows PID/HWND window-capture source creation and readback preview/program operations with verified readback
Recording status
Start, stop, pause, and resume recording
A separate typed status readback after every mutation
Stable redacted errors, bounded UI dispatch, and exact-instance drift rejection
The machine-readable capability matrix tracks the remaining product domains. They are intentionally not represented as shipped tools until their typed contracts land.
Related MCP server: obs-mcp-server
Full-control roadmap
Streaming, replay buffer, virtual camera, and typed output controls (issue #2)
Profiles, scene collections, bounded hotkeys, screenshots, and operator status
Requirements
OBS Studio 28 or newer with OBS WebSocket 5.x enabled
Python 3.10 or newer
dcc-mcp-core>=0.20.14,<1.0.0The matching native plugin package for Windows, macOS, or Linux
Install
Install the Python control plane, then install a release-native plugin bundle whose SHA-256 digest you obtained from the same release:
python -m pip install dcc-mcp-obs
dcc-mcp-obs-install install \
--plugin-archive dcc-mcp-obs-plugin.zip \
--sha256 <release-sha256>
dcc-mcp-obs-install verifyThe installer emits one Install SOP v1 JSON object. --dry-run performs bundle
and ownership preflight without changing the OBS plugin directory. See
installation details.
On POSIX systems, a successful filesystem result is a synchronous point-in-time
verification, not a persistent namespace or writer lock. The report publishes
POSIX_REVERIFY_BEFORE_USE in next_steps; re-run status or verify
immediately before relying on the files.
Password and endpoint
Configure the OBS WebSocket password in the operator-owned environment:
set DCC_MCP_OBS_WEBSOCKET_PASSWORD=your-passwordThe first release accepts only ws://127.0.0.1:<port> and defaults to port
4455. A password is never returned in tool results, receipts, public errors, or
logs. Use DCC_MCP_OBS_WEBSOCKET_URL only to select another loopback port.
Run the sidecar against one exact OBS process:
dcc-mcp-obs --host-pid <obs-pid>Agent discovery
The bundled obs-control skill includes English and Chinese discovery aliases
for OBS, Open Broadcaster Software, recording, streaming, replay buffer,
virtual camera, outputs, scene/source inspection, pause, resume, 录屏, 直播,
回放缓冲, 虚拟摄像头, 场景图, 场景切换, 转场, and Studio Mode. Agents search
and load the skill before calling the typed tools. Scene-graph mutations are
available only through the native typed contract and require verified
postconditions.
OBS control is native-plugin/WebSocket first. Unsupported visual-only actions
may use DCC-MCP ui-control with project-owned DCC-CUA only after exact PID
and HWND binding, a fresh snapshot, and post-action readback. There is no
generic Computer Use fallback.
Development
python -m pip install -e ".[dev]"
python -m pytest
python -m ruff check .
python -m ruff format --check .
dcc-mcp-cli lint src/dcc_mcp_obs/skills/obs-control --warnings-as-errorsThe native build uses the official OBS plugin template toolchain and OBS 31.1.1 SDK inputs pinned with SHA-256 hashes:
cmake --preset windows-x64
cmake --build --preset windows-ci-x64Equivalent CI builds run on Windows, macOS, and Linux.
Validation boundary
Unit tests, fake protocol sessions, native compilation, package smoke tests, and CI do not prove a licensed/live OBS host. This initial delivery makes no real-OBS acceptance claim. A disposable live-host acceptance issue remains a separate release gate.
License
GPL-2.0-or-later. The native module links to OBS Studio and vendors the official OBS WebSocket plugin API header with its original notice.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Multistream to Twitch, YouTube and Kick; generate OBS overlays from a plain-English prompt.
Create images and videos with OfflineCreator Studio through OAuth or the npm stdio server.
Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.
Related MCP Servers
- AlicenseBqualityDmaintenanceA server that provides tools to control OBS Studio remotely via the OBS WebSocket protocol, enabling management of scenes, sources, streaming, and recording through an MCP client interface.100189118GPL 2.0
- AlicenseAqualityDmaintenanceAn MCP (Model Context Protocol) server for controlling OBS Studio via the built-in obs-websocket plugin. Lets Claude control your scenes, recording, streaming, audio, and more.26141MIT
- AlicenseBqualityAmaintenanceAI-powered stream and recording control for OBS Studio through the Model Context Protocol1004Apache 2.0
- AlicenseBqualityBmaintenanceMCP server for controlling OBS Studio via obs-websocket, enabling scene switching, source management, streaming, recording, and text overlays through natural language.361MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcc-mcp/dcc-mcp-obs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server