The first open-source MCP server enabling AI to fully control remote macOS systems, providing complete desktop capabilities without additional software installation.
Connect to a remote macOS machine and get a screenshot of the remote desktop.
Send keyboard input to a remote macOS machine.
Move the mouse cursor to specified coordinates on a remote macOS machine with automatic coordinate scaling.
Perform a mouse click at specified coordinates on a remote macOS machine with automatic coordinate scaling.
Perform a mouse double-click at specified coordinates on a remote macOS machine with automatic coordinate scaling.
Perform a mouse scroll at specified coordinates on a remote macOS machine with automatic coordinate scaling.
Opens/activates an application and returns its PID for further interactions.
Perform a mouse drag operation from start point and drop to end point on a remote macOS machine with automatic coordinate scaling.
{
"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"
]
}
}
}