Comment by yodon
17 hours ago
Very cool - does anyone know of an OSX equivalent?
Preferably one that is similarly able to understand and interact with web page elements, in addition to app elements and system elements.
17 hours ago
Very cool - does anyone know of an OSX equivalent?
Preferably one that is similarly able to understand and interact with web page elements, in addition to app elements and system elements.
There are MCPs that work with the macOS Accessibility stack, like https://github.com/steipete/macos-automator-mcp, https://github.com/ashwwwin/automation-mcp, https://github.com/mediar-ai/MacosUseSDK, and https://github.com/baryhuang/mcp-remote-macos-use.
For web page elements, you could drive the browser via `do JavaScript` or use a dedicated browser MCP (Chrome DevTools MCP, Playwright MCP).