baryhuang/mcp-remote-macos-use
If you are the rightful owner of mcp-remote-macos-use and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The first open-source MCP server that enables AI to fully control remote macOS systems.
Tools
Functions exposed to the LLM to take actions
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
No prompts
Resources
Contextual data attached and managed by the client