Skip to main content
Glama

OBS MCP Server

by royshil

obs-trigger-media-input-action

Control media playback in OBS Studio by triggering actions like play, pause, stop, restart, next, or previous on specified media inputs through remote WebSocket commands.

Instructions

Triggers an action on a media input

Input Schema

NameRequiredDescriptionDefault
inputNameYesName of the media input
mediaActionYesAction to trigger (PLAY, PAUSE, STOP, RESTART, NEXT, PREVIOUS)

Input Schema (JSON Schema)

{ "properties": { "inputName": { "description": "Name of the media input", "type": "string" }, "mediaAction": { "description": "Action to trigger (PLAY, PAUSE, STOP, RESTART, NEXT, PREVIOUS)", "enum": [ "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PLAY", "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PAUSE", "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_STOP", "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_RESTART", "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_NEXT", "OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PREVIOUS" ], "type": "string" } }, "required": [ "inputName", "mediaAction" ], "type": "object" }

Other Tools from OBS MCP Server

Related Tools

    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