2 months ago
An 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.
Server Config
{
"mcpServers": {
"obs": {
"command": "npx",
"args": [
"-y",
"obs-mcp-server"
],
"env": {
"OBS_WS_PASSWORD": "your_password_here"
}
}
}
}