Back to directory
baryhuang/mcp-remote-macos-use

baryhuang/mcp-remote-macos-use

@baryhuang

The first open-source MCP server that enables AI to fully control remote macOS systems

remote-controlmacosvncdockerai-agentdesktop-automationscreen-sharingautomation

Installation & Configuration

{
  "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"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13