Back to directory
mcp-remote-macos-use

mcp-remote-macos-use

@baryhuang473

Enables AI to fully control remote macOS systems via MCP protocol

remotemacosaicontrolautomation

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
2025/3/21
Updated
2026/6/8