mcp-server-obs

sbroenne/mcp-server-obs
★ 6 stars C# 🤖 AI/LLM Updated 7d ago
OBS Studio automation for AI assistants - control recordings, streaming, scenes, and window capture via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-obs": {
      "command": "npx",
      "args": [
        "-y",
        "sbroenne/mcp-server-obs"
      ]
    }
  }
}