You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,22 +144,22 @@ The server provides Remote MacOs functionality through MCP tools.
144
144
The server provides the following tools for remote macOS control:
145
145
146
146
#### remote_macos_get_screen
147
-
Connect to a remote macOS machine and get a screenshot of the remote desktop. Uses environment variables for connection details.
147
+
Connect to a remote macOS machine and get a screenshot of the remote desktop.
148
148
149
149
#### remote_macos_send_keys
150
-
Send keyboard input to a remote macOS machine. Uses environment variables for connection details.
150
+
Send keyboard input to a remote macOS machine.
151
151
152
152
#### remote_macos_mouse_move
153
-
Move the mouse cursor to specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
153
+
Move the mouse cursor to specified coordinates on a remote macOS machine, with automatic coordinate scaling.
154
154
155
155
#### remote_macos_mouse_click
156
-
Perform a mouse click at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
156
+
Perform a mouse click at specified coordinates on a remote macOS machine, with automatic coordinate scaling.
157
157
158
158
#### remote_macos_mouse_double_click
159
-
Perform a mouse double-click at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
159
+
Perform a mouse double-click at specified coordinates on a remote macOS machine, with automatic coordinate scaling.
160
160
161
161
#### remote_macos_mouse_scroll
162
-
Perform a mouse scroll at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
162
+
Perform a mouse scroll at specified coordinates on a remote macOS machine, with automatic coordinate scaling.
163
163
164
164
#### remote_macos_open_application
165
165
Opens/activates an application and returns its PID for further interactions.
@@ -193,6 +193,10 @@ Here's the information converted to a markdown table:
193
193
194
194
Always use secure, authenticated connections when accessing remote remote MacOs machines. This tool should only be used with servers you trust and have permission to access.
195
195
196
+
# MacOs Agent Client
197
+
198
+
A lightweight agent that connects to LiveKit rooms for remote macOS control. Features our proprietary "keep_eyes_open" system that significantly enhances responsiveness and performance by maintaining continuous environment awareness without polling overhead. This allows for near real-time command execution and feedback through efficient bi-directional data channels.
0 commit comments