Skip to main content
Glama

OBS MCP Server

by royshil

obs-open-video-mix-projector

Open a projector window to display OBS Studio video mixes for preview, program, or multiview monitoring during live production workflows.

Instructions

Opens a projector for a specific output video mix

Input Schema

NameRequiredDescriptionDefault
monitorIndexNoMonitor index, use -1 for windowed mode
projectorGeometryNoSize/Position data for a windowed projector
videoMixTypeYesType of mix to open

Input Schema (JSON Schema)

{ "properties": { "monitorIndex": { "description": "Monitor index, use -1 for windowed mode", "type": "number" }, "projectorGeometry": { "description": "Size/Position data for a windowed projector", "type": "string" }, "videoMixType": { "description": "Type of mix to open", "enum": [ "OBS_WEBSOCKET_VIDEO_MIX_TYPE_PREVIEW", "OBS_WEBSOCKET_VIDEO_MIX_TYPE_PROGRAM", "OBS_WEBSOCKET_VIDEO_MIX_TYPE_MULTIVIEW" ], "type": "string" } }, "required": [ "videoMixType" ], "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