Skip to main content
Glama

OBS MCP Server

by royshil

obs-create-scene-item

Add a source to an OBS scene to manage video production elements, enabling control of visibility and scene composition for live streaming or recording setups.

Instructions

Create a scene item for a source in a scene

Input Schema

NameRequiredDescriptionDefault
enabledNoWhether the scene item is enabled/visible (default: true)
sceneNameYesThe scene to add the source to
sourceNameYesThe name of the source to add

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether the scene item is enabled/visible (default: true)", "type": "boolean" }, "sceneName": { "description": "The scene to add the source to", "type": "string" }, "sourceName": { "description": "The name of the source to add", "type": "string" } }, "required": [ "sceneName", "sourceName" ], "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