MCP Directory
Back

clawdcursor

by AmrDab · TypeScript · ★ 391

clawdcursor compiles whatever's on screen into one UI map — accessibility tree and OCR fused into stable, addressable elements, with a screenshot only when needed — then drives apps through reusable scripts, verifying every action and routing it through a single safety gate.

#ai-agent#ai-tools#anthropic#automation#claude#computer-use#cross-platform#cursor#desktop#desktop-automation#gui-automation#linux#macos#mcp#mcp-server#model-agnostic#model-context-protocol#openai#typescript#windows

Install

npx -y github:AmrDab/clawdcursor

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "clawdcursor": {
      "command": "npx",
      "args": [
        "-y",
        "github:AmrDab/clawdcursor"
      ]
    }
  }
}

From the README

Clawd Cursor Safe desktop control for any AI agent. Compiles the screen into a UI map and acts on elements by stable id (screenshot/vision only as a last resort), verifies its own actions, and gates everything through one safety checkpoint. Local · cross-OS · any model. Quickstart · Why it's different · The engine · How it works · Tools · Platforms · Changelog The desktop-agent space is crowded. The closest **install-and-go** peers are [Windows-MCP](https://github.com/CursorTouch/Windows-MCP) and…
Read full README on GitHub →

Related ai & ml servers