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

                • 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