Skip to main content
Glama

OBS MCP Server

by royshil

obs-create-input

Adds a new input source to an OBS Studio scene, configuring its type and settings to expand scene content for broadcasting or recording.

Instructions

Creates a new input, adding it as a scene item to the specified scene

Input Schema

NameRequiredDescriptionDefault
inputKindYesThe kind of input to be created
inputNameYesName of the new input to created
inputSettingsNoSettings object to initialize the input with
sceneItemEnabledNoWhether to set the created scene item to enabled or disabled
sceneNameYesName of the scene to add the input to as a scene item

Input Schema (JSON Schema)

{ "properties": { "inputKind": { "description": "The kind of input to be created", "type": "string" }, "inputName": { "description": "Name of the new input to created", "type": "string" }, "inputSettings": { "additionalProperties": {}, "description": "Settings object to initialize the input with", "type": "object" }, "sceneItemEnabled": { "description": "Whether to set the created scene item to enabled or disabled", "type": "boolean" }, "sceneName": { "description": "Name of the scene to add the input to as a scene item", "type": "string" } }, "required": [ "sceneName", "inputName", "inputKind" ], "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