Best for
- AI agents needing cross-platform desktop automation
- Scenarios requiring safety controls with allow/confirm/block
- Privacy-sensitive tasks that should stay local
- Agents wanting to avoid high vision model costs
Clawd Cursor is a powerful MCP server that provides safe desktop automation via accessibility tree and OCR, with verification and a single safety gate. It's suitable for agents needing to control native apps, but requires proper permissions and may have a learning curve.
Clawd Cursor is a local MCP server that gives any tool-calling agent (Claude Code, Cursor, Windsurf, OpenClaw, etc.) safe control of the real desktop. It compiles the screen into a UI map by fusing the accessibility tree and OCR, tagging each element with a stable el_NN id, and acts on elements by id rather than pixel coordinates. It verifies its own actions and routes every call through a single safety checkpoint. Works on Windows, macOS, and Linux, fully local with no cloud dependency.
{"mcpServers":{"clawdcursor":{"command":"clawdcursor","args":["mcp","--compact"]}}}
{
"mcpServers": {
"clawdcursor": {
"command": "clawdcursor",
"args": [
"mcp",
"--compact"
]
}
}
}