Skip to main content
Glama

mcp-remote-macos-use

remote_macos_send_keys

Send keyboard input remotely to a macOS machine using key combinations, special keys, or text. Simplifies control of remote systems via MCP server integration.

Instructions

Send keyboard input to a remote MacOs machine. Uses environment variables for connection details.

Input Schema

NameRequiredDescriptionDefault
key_combinationNoKey combination to send (e.g., 'ctrl+c', 'cmd+q', 'ctrl+alt+delete', etc.)
special_keyNoSpecial key to send (e.g., 'enter', 'backspace', 'tab', 'escape', etc.)
textNoText to send as keystrokes

Input Schema (JSON Schema)

{ "properties": { "key_combination": { "description": "Key combination to send (e.g., 'ctrl+c', 'cmd+q', 'ctrl+alt+delete', etc.)", "type": "string" }, "special_key": { "description": "Special key to send (e.g., 'enter', 'backspace', 'tab', 'escape', etc.)", "type": "string" }, "text": { "description": "Text to send as keystrokes", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from mcp-remote-macos-use

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/baryhuang/mcp-remote-macos-use'

If you have feedback or need assistance with the MCP directory API, please join our Discord server