clawdcursor
by AmrDab·★ 315·Score 53
An OS-agnostic, model-agnostic desktop automation server that gives AI agents eyes, hands, and verification through MCP.
Overview
Clawd Cursor provides a comprehensive desktop automation interface for AI agents through the Model Context Protocol. It enables agents to interact with any application on Windows, macOS, and Linux by simulating human actions like clicking, typing, reading the screen, and verifying results. The server uses a multi-tiered approach starting with accessibility APIs, then OCR, screenshots, and finally vision when needed, ensuring efficient operation by using the least expensive method first.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Clawd Cursor when you need to automate GUI interactions where APIs don't exist, especially with legacy applications, Electron apps, or desktop software behind authentication.
When NOT to choose this
Avoid Clawd Cursor when working with applications that already have reliable APIs, when performance is critical, or when the automation task can be handled more efficiently via CLI commands or direct file manipulation.
Tools this server exposes
6 tools extracted from the READMEcomputerPerforms screen-based actions like screenshot, click, double_click, right_click, hover, scroll, drag, type, key, and wait.
accessibilityInteracts with UI elements via the accessibility API to read, find, focus, get values, invoke actions, and wait for elements.
windowManages application windows by listing, focusing, resizing, opening apps/files/URLs, and switching tabs.
systemProvides system-level functions like clipboard operations, OCR, system time, shortcuts detection, app classification, and webview detection.
browserControls browser actions like connecting to pages, reading text, clicking, typing, evaluating scripts, and managing tabs.
taskDelegates complex tasks to the automated pipeline that orchestrates other tools based on the instruction.
Comparable tools
Installation
Quick Install
**Windows (PowerShell):**
irm https://clawdcursor.com/install.ps1 | iex**macOS / Linux:**
curl -fsSL https://clawdcursor.com/install.sh | bashThen configure:
clawdcursor --version
clawdcursor consent --accept
clawdcursor status**Claude Desktop Configuration:** Add to ~/.claude/settings.json:
{
"mcpServers": {
"clawdcursor": {
"command": "clawdcursor",
"args": ["mcp", "--compact"]
}
}
}FAQ
- Is Clawd Cursor compatible with my LLM?
- Yes, it's model-agnostic and works with Claude, GPT, Gemini, Llama, Kimi, Ollama, and other tool-calling models.
- What platforms does Clawd Cursor support?
- It supports Windows, macOS, Linux X11, and Linux Wayland with platform-specific adapters.
On Hacker News
Recent discussion from the developer community.
- Story by AmDab · 2026-04-05
Compare clawdcursor with
Last updated · Auto-generated from public README + GitHub signals.