Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-scene-item-enabled

Show or hide specific scene items in OBS Studio to manage visibility during live streams or recordings.

Instructions

Show or hide a scene item

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to show (true) or hide (false) the item
sceneItemIdYesThe ID of the scene item
sceneNameYesThe scene that the source belongs to

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to show (true) or hide (false) the item", "type": "boolean" }, "sceneItemId": { "description": "The ID of the scene item", "type": "number" }, "sceneName": { "description": "The scene that the source belongs to", "type": "string" } }, "required": [ "sceneName", "sceneItemId", "enabled" ], "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