Skip to main content
Glama

OBS MCP Server

by royshil

obs-get-source-screenshot

Capture a Base64-encoded screenshot of any OBS Studio source for integration with other applications or analysis.

Instructions

Gets a Base64-encoded screenshot of a source

Input Schema

NameRequiredDescriptionDefault
imageCompressionQualityNoCompression quality to use (0-100, -1 for default)
imageFormatYesImage compression format to use
imageHeightNoHeight to scale the screenshot to
imageWidthNoWidth to scale the screenshot to
sourceNameNoName of the source to take a screenshot of
sourceUuidNoUUID of the source to take a screenshot of

Input Schema (JSON Schema)

{ "properties": { "imageCompressionQuality": { "description": "Compression quality to use (0-100, -1 for default)", "type": "number" }, "imageFormat": { "description": "Image compression format to use", "type": "string" }, "imageHeight": { "description": "Height to scale the screenshot to", "type": "number" }, "imageWidth": { "description": "Width to scale the screenshot to", "type": "number" }, "sourceName": { "description": "Name of the source to take a screenshot of", "type": "string" }, "sourceUuid": { "description": "UUID of the source to take a screenshot of", "type": "string" } }, "required": [ "imageFormat" ], "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