Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-scene-item-transform

Adjust the position, rotation, scale, or crop of any scene item in OBS Studio to precisely control its appearance and placement within your broadcast layout.

Instructions

Set the position, rotation, scale, or crop of a scene item

Input Schema

NameRequiredDescriptionDefault
cropBottomNoThe number of pixels cropped off the bottom
cropLeftNoThe number of pixels cropped off the left
cropRightNoThe number of pixels cropped off the right
cropTopNoThe number of pixels cropped off the top
positionXNoThe x position
positionYNoThe y position
rotationNoThe rotation in degrees
scaleXNoThe x scale factor
scaleYNoThe y scale factor
sceneItemIdYesThe ID of the scene item
sceneNameYesThe scene the item is in

Input Schema (JSON Schema)

{ "properties": { "cropBottom": { "description": "The number of pixels cropped off the bottom", "type": "number" }, "cropLeft": { "description": "The number of pixels cropped off the left", "type": "number" }, "cropRight": { "description": "The number of pixels cropped off the right", "type": "number" }, "cropTop": { "description": "The number of pixels cropped off the top", "type": "number" }, "positionX": { "description": "The x position", "type": "number" }, "positionY": { "description": "The y position", "type": "number" }, "rotation": { "description": "The rotation in degrees", "type": "number" }, "scaleX": { "description": "The x scale factor", "type": "number" }, "scaleY": { "description": "The y scale factor", "type": "number" }, "sceneItemId": { "description": "The ID of the scene item", "type": "number" }, "sceneName": { "description": "The scene the item is in", "type": "string" } }, "required": [ "sceneName", "sceneItemId" ], "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