Skip to main content
Glama

OBS MCP Server

by royshil

OBS MCP サーバー

OBS WebSocket プロトコルを介して OBS を制御するためのツールを提供する、OBS Studio 用の MCP サーバー。

特徴

  • OBS WebSocketサーバーに接続する
  • MCPツール経由でOBSを制御する
  • 次のツールを提供します:
    • 一般的な操作
    • シーン管理
    • ソース管理
    • シーンアイテムの操作
    • ストリーミングと録画
    • トランジション

インストール

npm install npm run build

使用法

  1. OBS StudioがWebSocketサーバーを有効にして実行されていることを確認してください([ツール] > [WebSocketサーバー設定])。WSのパスワードをメモしておいてください。
  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

                • -
                  security
                  A
                  license
                  -
                  quality
                  MCP server that provides computer control capabilities including mouse movements, keyboard actions, screenshot capture with OCR, and window management through a unified API.
                  Last updated -
                  25
                  Python
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A server that enables secure interaction with remote SSH hosts through standardized MCP interface, providing functions like listing hosts, executing commands, and transferring files using native SSH tools.
                  Last updated -
                  7
                  37
                  13
                  JavaScript
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A minimal WebSocket-based MCP server implementation that enables modern tool integrations with VSCode, Claude, and other applications.
                  Last updated -
                  1
                  JavaScript
                • A
                  security
                  F
                  license
                  A
                  quality
                  A server based on the MCP framework that provides remote server management capabilities through SSH, supporting features like connection pooling, file transfers, and remote command execution.
                  Last updated -
                  7
                  Python

                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