Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-input-settings

Configure OBS Studio input settings by applying specific properties to audio/video sources, with options to overlay on existing settings or reset to defaults first.

Instructions

Sets the settings of an input

Input Schema

NameRequiredDescriptionDefault
inputNameYesName of the input to set the settings of
inputSettingsYesObject of settings to apply
overlayNoTrue to apply settings on top of existing ones, False to reset to defaults first

Input Schema (JSON Schema)

{ "properties": { "inputName": { "description": "Name of the input to set the settings of", "type": "string" }, "inputSettings": { "additionalProperties": {}, "description": "Object of settings to apply", "type": "object" }, "overlay": { "description": "True to apply settings on top of existing ones, False to reset to defaults first", "type": "boolean" } }, "required": [ "inputName", "inputSettings" ], "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