mcp-remote-macos-use

by baryhuang
Verified

remote_macos_mouse_double_click

Simulate a mouse double-click at specific coordinates on a remote macOS machine, with automatic scaling for accurate positioning. Uses environment variables for secure connection details.

Instructions

Perform a mouse double-click at specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details.

Input Schema

NameRequiredDescriptionDefault
buttonNoMouse button (1=left, 2=middle, 3=right)
source_heightNoHeight of the reference screen for coordinate scaling
source_widthNoWidth of the reference screen for coordinate scaling
xYesX coordinate for mouse position (in source dimensions)
yYesY coordinate for mouse position (in source dimensions)

Input Schema (JSON Schema)

{ "properties": { "button": { "default": 1, "description": "Mouse button (1=left, 2=middle, 3=right)", "type": "integer" }, "source_height": { "default": 768, "description": "Height of the reference screen for coordinate scaling", "type": "integer" }, "source_width": { "default": 1366, "description": "Width of the reference screen for coordinate scaling", "type": "integer" }, "x": { "description": "X coordinate for mouse position (in source dimensions)", "type": "integer" }, "y": { "description": "Y coordinate for mouse position (in source dimensions)", "type": "integer" } }, "required": [ "x", "y" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-remote-macos-use

Related Tools

ID: xe1mcwrxeu