LogoSTMCP
Download
mcp-remote-macos-use

MCP Server - Remote MacOs Use

The first open-source MCP server enabling AI to fully control remote macOS systems, providing complete desktop capabilities without additional software installation.

Tools

1. remote_macos_get_screen

Connect to a remote macOS machine and get a screenshot of the remote desktop.

2. remote_macos_send_keys

Send keyboard input to a remote macOS machine.

3. remote_macos_mouse_move

Move the mouse cursor to specified coordinates on a remote macOS machine with automatic coordinate scaling.

4. remote_macos_mouse_click

Perform a mouse click at specified coordinates on a remote macOS machine with automatic coordinate scaling.

5. remote_macos_mouse_double_click

Perform a mouse double-click at specified coordinates on a remote macOS machine with automatic coordinate scaling.

6. remote_macos_mouse_scroll

Perform a mouse scroll at specified coordinates on a remote macOS machine with automatic coordinate scaling.

7. remote_macos_open_application

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

8. 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.

Open Graph image for MCP Server - Remote MacOs Use

JSON Config

{
  "mcpServers": {
    "remote-macos-use": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "-e",
        "MACOS_USERNAME=your_macos_username",
        "-e",
        "MACOS_PASSWORD=your_macos_password",
        "-e",
        "MACOS_HOST=your_macos_hostname_or_ip",
        "--rm",
        "buryhuang/mcp-remote-macos-use:latest"
      ]
    }
  }
}

Useful Links

Information