mcp-remote-macos-use
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MACOS_HOST | Yes | Your macOS hostname or IP address | |
| MACOS_PASSWORD | Yes | Your macOS password for the remote machine | |
| MACOS_USERNAME | Yes | Your macOS username for the remote machine |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| remote_macos_get_screenB | Connect to a remote MacOs machine and get a screenshot of the remote desktop. Uses environment variables for connection details. |
| remote_macos_mouse_scrollA | Perform a mouse scroll at specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details. |
| remote_macos_send_keysC | Send keyboard input to a remote MacOs machine. Uses environment variables for connection details. |
| remote_macos_mouse_moveC | Move the mouse cursor to specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details. |
| remote_macos_mouse_clickC | Perform a mouse click at specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details. |
| remote_macos_mouse_double_clickB | Perform a mouse double-click at specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details. |
| remote_macos_open_applicationC | Opens/activates an application and returns its PID for further interactions. |
| remote_macos_mouse_drag_n_dropB | Perform a mouse drag operation from start point and drop to end point on a remote MacOs machine, with automatic coordinate scaling. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose focused on specific remote macOS interactions: screen capture, various mouse operations (click, double-click, drag-and-drop, move, scroll), application opening, and keyboard input. There is no overlap in functionality, making tool selection unambiguous.
All tools follow a consistent 'remote_macos_verb_noun' pattern using snake_case throughout (e.g., remote_macos_mouse_click, remote_macos_send_keys). This predictable naming scheme enhances readability and usability for agents.
With 8 tools, the server is well-scoped for remote macOS control, covering essential input/output operations (mouse, keyboard, screen, apps). Each tool earns its place without redundancy, and the count is typical for this domain.
The toolset provides strong coverage for basic remote desktop control, including visual feedback, mouse/keyboard input, and app management. A minor gap exists in lacking tools for file system access or system information retrieval, but core workflows are well-supported.