GitHub Copilot (or other MCP-compatible AI assistant)
Installation
Option 1: VS Code Marketplace
Search for "OBS MCP Server" in the VS Code Extensions view and click Install.
Option 2: Install from VSIX (Local Development)
Download the .vsix file from GitHub Releases or build locally
In VS Code, open the Command Palette (Ctrl+Shift+P)
Run Extensions: Install from VSIX...
Select the downloaded .vsix file
Or install via command line:
code --install-extension obs-mcp-0.0.3.vsix
Option 3: Build from Source
# Clone the repository
git clone https://github.com/sbroenne/mcp-server-obs.git
cd mcp-server-obs
# Build the .NET MCP server and VS Code extension
cd vscode-extension
npm install
npm run package
# Install the extension
code --install-extension obs-mcp-0.0.3.vsix
Setup
1. Enable OBS WebSocket Server
Open OBS Studio
Go to Tools → WebSocket Server Settings
Check Enable WebSocket server
Note the port (default: 4455)
If you set a password, configure it in VS Code settings