Skip to main content
Glama

OBS MCP Server

by royshil

obs-trigger-hotkey-by-key-sequence

Trigger OBS Studio hotkeys using key sequences to automate actions like starting streams or switching scenes without manual input.

Instructions

Triggers a hotkey using a sequence of keys

Input Schema

NameRequiredDescriptionDefault
keyIdNoThe OBS key ID to use
keyModifiersNoObject containing key modifiers to apply

Input Schema (JSON Schema)

{ "properties": { "keyId": { "description": "The OBS key ID to use", "type": "string" }, "keyModifiers": { "additionalProperties": false, "description": "Object containing key modifiers to apply", "properties": { "alt": { "description": "Press ALT", "type": "boolean" }, "command": { "description": "Press CMD (Mac)", "type": "boolean" }, "control": { "description": "Press CTRL", "type": "boolean" }, "shift": { "description": "Press Shift", "type": "boolean" } }, "type": "object" } }, "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