OBS MCP Server
An MCP server for OBS Studio that provides tools to control OBS via the OBS WebSocket protocol.
Features
- Connect to OBS WebSocket server
- Control OBS via MCP tools
- Provides tools for:
- General operations
- Scene management
- Source control
- Scene item manipulation
- Streaming and recording
- Transitions
Installation
npm install
npm run build
Usage
- Make sure OBS Studio is running with WebSocket server enabled (Tools > WebSocket Server Settings). Note the password for the WS.
- Set the WebSocket password in environment variable (if needed):
export OBS_WEBSOCKET_PASSWORD="your_password_here"
- Run the OBS MCP server to see that it is able to build and connect:
npm run build
npm run start
- Provision you Claude desktop with the MCP server settings:
{
"mcpServers": {
"obs": {
"command": "node",
"args": [
"<obs-mcp_root>/build/index.js"
],
"env": {
"OBS_WEBSOCKET_PASSWORD": "<password_from_obs>"
}
}
}
}
- Use Claude to control your OBS!
Available Tools
The server provides tools organized by category:
- General tools: Version info, stats, hotkeys, studio mode
- Scene tools: List scenes, switch scenes, create/remove scenes
- Source tools: Manage sources, settings, audio levels, mute/unmute
- Scene item tools: Manage items in scenes (position, visibility, etc.)
- Streaming tools: Start/stop streaming, recording, virtual camera
- Transition tools: Set transitions, durations, trigger transitions
Environment Variables
OBS_WEBSOCKET_URL: WebSocket URL (default: ws://localhost:4455)OBS_WEBSOCKET_PASSWORD: Password for authenticating with OBS WebSocket (if required)
Requirements
- Node.js 16+
- OBS Studio 31+ with WebSocket server enabled
- Claude desktop
License
See the LICENSE file for details.
OBS Studio MCP Server
Project Details
- royshil/obs-mcp
- GNU General Public License v2.0
- Last Updated: 4/18/2025
Categories
Recomended MCP Servers
A MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It...
Integrate Arduino-based robotics (using the NodeMCU ESP32 or Arduino Nano 368 board) with AI using the MCP (Model...
A Model Context Protocol (MCP) server to enable AI tools to interact with Gradle projects programmatically.
Turn any github repo to MCP server, and chat with code or docs
MCP server for Hugging Face dataset viewer
A Model Context Protocol server for Gyazo
IP Geolocation Server for MCP
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
MCP server for HTML file preview and analysis - Has been weird with OS but good on Cline...
DARP engine. The MCP search engine for DARP.
A Model Context Protocol (MCP) server for querying the CVE-Search API





