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)

Tools

Functions exposed to the LLM to take actions

NameDescription
remote_macos_get_screen

Connect to a remote MacOs machine and get a screenshot of the remote desktop. Uses environment variables for connection details.

remote_macos_mouse_scroll

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_keys

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

remote_macos_mouse_move

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_click

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_click

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_application

Opens/activates an application and returns its PID for further interactions.

remote_macos_mouse_drag_n_drop

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

Latest Blog Posts

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/senseisven/mcp_macos'

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