Skip to main content
Glama
senseisven

MCP Remote macOS Control Server

by senseisven

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MACOS_HOSTYesYour macOS hostname or IP address
MACOS_PASSWORDYesYour macOS password for VNC connection (VNC password set in Screen Sharing)
MACOS_USERNAMEYesYour macOS username for VNC connection
OPENAI_API_KEYNoYour OpenAI API key (required for web app backend)

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific remote macOS control actions. Mouse operations are precisely differentiated (click, double-click, drag-and-drop, move, scroll), and other tools handle distinct functions like screen capture, application launching, and keyboard input. There is no functional overlap between tools.

Naming Consistency5/5

All tools follow a perfectly consistent naming pattern: 'remote_macos_' prefix followed by a descriptive verb_noun combination (e.g., 'get_screen', 'mouse_click', 'send_keys'). This uniformity makes the tool set predictable and easy to understand at a glance.

Tool Count5/5

With 8 tools, this server is well-scoped for remote macOS control, covering essential mouse, keyboard, screen, and application interactions. Each tool earns its place without redundancy, and the count is neither too sparse nor overwhelming for the domain.

Completeness4/5

The tool set provides strong coverage for basic remote control operations, including screen capture, mouse actions, keyboard input, and application management. A minor gap exists in lacking tools for more advanced interactions like file transfer, system information retrieval, or window management, but core workflows are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues