Skip to main content
Glama

OBS MCP Server

by royshil

obs-create-source-filter

Add a new filter to an OBS Studio source by specifying the filter type and configuration settings to modify video or audio output.

Instructions

Creates a new filter, adding it to the specified source

Input Schema

NameRequiredDescriptionDefault
filterKindYesThe kind of filter to be created
filterNameYesName of the new filter to be created
filterSettingsNoSettings object to initialize the filter with
sourceNameYesName of the source to add the filter to

Input Schema (JSON Schema)

{ "properties": { "filterKind": { "description": "The kind of filter to be created", "type": "string" }, "filterName": { "description": "Name of the new filter to be created", "type": "string" }, "filterSettings": { "additionalProperties": {}, "description": "Settings object to initialize the filter with", "type": "object" }, "sourceName": { "description": "Name of the source to add the filter to", "type": "string" } }, "required": [ "sourceName", "filterName", "filterKind" ], "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