MCP Catalogs
Home

clawdcursor

by AmrDab·315·Score 53

An OS-agnostic, model-agnostic desktop automation server that gives AI agents eyes, hands, and verification through MCP.

developer-toolsproductivityai-llm
50
Forks
5
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automating tasks in legacy applications without APIs
you:Controlling desktop apps through AI agents in editors like Claude Code or Cursor
you:Automating workflows across applications with local-only operation
you:Is Clawd Cursor compatible with my LLM?
you:What platforms does Clawd Cursor support?

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 README
  • computer

    Performs screen-based actions like screenshot, click, double_click, right_click, hover, scroll, drag, type, key, and wait.

  • accessibility

    Interacts with UI elements via the accessibility API to read, find, focus, get values, invoke actions, and wait for elements.

  • window

    Manages application windows by listing, focusing, resizing, opening apps/files/URLs, and switching tabs.

  • system

    Provides system-level functions like clipboard operations, OCR, system time, shortcuts detection, app classification, and webview detection.

  • browser

    Controls browser actions like connecting to pages, reading text, clicking, typing, evaluating scripts, and managing tabs.

  • task

    Delegates complex tasks to the automated pipeline that orchestrates other tools based on the instruction.

Comparable tools

playwright-mcpbrowserless-mcpauto-mcpshell-mcp

Installation

Quick Install

**Windows (PowerShell):**

irm https://clawdcursor.com/install.ps1 | iex

**macOS / Linux:**

curl -fsSL https://clawdcursor.com/install.sh | bash

Then 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.

Compare clawdcursor with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.