$ timeahead.in
mcp/mcp-remote-macos-use/install

install mcp-remote-macos-use

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/baryhuang/mcp-remote-macos-use
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "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"
      ]
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/mcp-remote-macos-use/install/claude-desktop
← back to mcp-remote-macos-use