Skip to main content
Glama

OBS MCP Server

by royshil

OBS MCP 服务器

OBS Studio 的 MCP 服务器,提供通过 OBS WebSocket 协议控制 OBS 的工具。

特征

  • 连接OBS WebSocket服务器
  • 通过 MCP 工具控制 OBS
  • 提供以下工具:
    • 常规操作
    • 场景管理
    • 源代码控制
    • 场景物品操控
    • 流媒体和录制
    • 过渡

安装

npm install npm run build

用法

  1. 确保 OBS Studio 已启用 WebSocket 服务器(工具 > WebSocket 服务器设置)。请记下 WebSocket 服务器的密码。
  2. 在环境变量中设置 WebSocket 密码(如果需要):
export OBS_WEBSOCKET_PASSWORD="your_password_here"
  1. 运行OBS MCP服务器,查看是否能够建立并连接:
npm run build npm run start
  1. 使用 MCP 服务器设置来配置您的 Claude 桌面:
{ "mcpServers": { "obs": { "command": "node", "args": [ "<obs-mcp_root>/build/index.js" ], "env": { "OBS_WEBSOCKET_PASSWORD": "<password_from_obs>" } } } }
  1. 使用 Claude 来控制你的 OBS!

可用工具

该服务器提供按类别组织的工具:

  • 常规工具:版本信息、统计数据、热键、工作室模式
  • 场景工具:列出场景、切换场景、创建/删除场景
  • 源工具:管理源、设置、音频级别、静音/取消静音
  • 场景项目工具:管理场景中的项目(位置、可见性等)
  • 流媒体工具:开始/停止流媒体、录制、虚拟摄像头
  • 过渡工具:设置过渡、持续时间、触发过渡

环境变量

  • OBS_WEBSOCKET_URL :WebSocket URL(默认值:ws://localhost:4455)
  • OBS_WEBSOCKET_PASSWORD :使用 OBS WebSocket 进行身份验证的密码(如果需要)

要求

  • Node.js 16+
  • 已启用 WebSocket 服务器的 OBS Studio 31+
  • 克劳德桌面

执照

有关详细信息,请参阅LICENSE文件。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

该服务器提供通过 OBS WebSocket 协议远程控制 OBS Studio 的工具,从而可以通过 MCP 客户端界面管理场景、源、流媒体和录制。

  1. 特征
    1. 安装
      1. 用法
        1. 可用工具
          1. 环境变量
            1. 要求
              1. 执照

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A server that bridges the Model Context Protocol (MCP) with SAP ABAP systems, allowing tools like Cline to retrieve ABAP source code, table structures, and other development artifacts.
                  Last updated -
                  13
                  5
                  TypeScript
                  MIT License
                  • Apple
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that provides tools for interacting with Chrome through its DevTools Protocol, enabling remote control of Chrome tabs to execute JavaScript, capture screenshots, monitor network traffic, and more.
                  Last updated -
                  7
                  30
                  14
                  TypeScript
                  MIT License
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A modified JetBrains MCP Server that adds WebSocket monitoring capabilities, allowing users to monitor MCP tool calls in real-time while maintaining compatibility with the original implementation.
                  Last updated -
                  JavaScript
                  Apache 2.0
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A protocol server that bridges AI assistants with Unity projects, allowing them to analyze code, parse scenes, generate scripts, and perform other Unity operations through specialized tools.
                  Last updated -
                  TypeScript
                  • Linux
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/royshil/obs-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server