MCP.so
登录

OBS MCP Server

@royshil

关于 OBS MCP Server

An MCP server for OBS

基本信息

分类

其他

许可证

GPL-2.0

运行时

node

传输方式

stdio

发布者

royshil

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OBS MCP Server?

OBS MCP Server is an MCP server that connects to OBS Studio via the OBS WebSocket protocol, allowing AI assistants like Claude to control OBS programmatically. It is intended for users who want to automate scene management, source control, streaming, recording, and transitions from within an MCP-compatible client.

How to use OBS MCP Server?

Ensure OBS Studio is running with its WebSocket server enabled (Tools > WebSocket Server Settings). Note the WebSocket password, then set it as the environment variable OBS_WEBSOCKET_PASSWORD. Add the server to Claude desktop’s MCP configuration using npx -y obs-mcp@latest and provide the password. Restart Claude and issue commands to control OBS.

Key features of OBS MCP Server

  • Connect to OBS WebSocket server with password authentication.
  • Control general operations (version info, stats, hotkeys, studio mode).
  • Manage scenes: list, switch, create, remove.
  • Manage sources: settings, audio levels, mute/unmute.
  • Manipulate scene items: position, visibility, etc.
  • Start/stop streaming, recording, and virtual camera.

Use cases of OBS MCP Server

  • Automate scene transitions during a live stream.
  • Switch sources or adjust audio levels via natural language commands.
  • Record or broadcast without manually clicking through OBS menus.
  • Integrate OBS control into a larger AI‑powered production workflow.

FAQ from OBS MCP Server

What does OBS MCP Server do?

It provides a set of MCP tools that let Claude (or other MCP clients) control OBS Studio—such as switching scenes, managing sources, and controlling streaming or recording.

What are the requirements?

Node.js 16+, OBS Studio 31+ with the WebSocket server enabled, and an MCP client like Claude desktop.

How do I set the WebSocket password?

Set the environment variable OBS_WEBSOCKET_PASSWORD to the password you configured in OBS’s WebSocket Server Settings. You can also optionally set OBS_WEBSOCKET_URL (default is ws://localhost:4455).

What tools are available?

Tools are organized by category: General (version, stats, hotkeys), Scene (list, switch, create, remove), Source (settings, audio, mute), Scene Item (position, visibility), Streaming (start/stop recording/streaming/virtual cam), and Transition (set transitions, durations, trigger).

Does the server store any data or require internet access?

The README does not mention data storage or internet access; it connects locally to OBS via WebSocket. Authentication is handled via a password set in environment variables.

评论

其他 分类下的更多 MCP 服务器