MCP Remote macOS Server provides secure remote control of macOS machines through VNC protocol, enabling AI assistants to capture screenshots and interact with the remote desktop through mouse and keyboard inputs. The implementation supports Apple Authentication (protocol 30) for secure connections, handles screen scaling for consistent display, and includes comprehensive error handling for connection issues. Built with a focus on security and reliability, this server is ideal for remote administration, automated testing, or AI-powered interaction with macOS systems.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Connect to a remote macOS machine and get a screenshot of the remote desktop. Uses environment variables for connection details.
Send keyboard input to a remote macOS machine. Uses environment variables for connection details.
Move the mouse cursor to specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
Perform a mouse click at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
Perform a mouse double-click at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
Perform a mouse scroll at specified coordinates on a remote macOS machine, with automatic coordinate scaling. Uses environment variables for connection details.
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.