Back to Apps

Clawd Cursor
Supports UIby amrdab
Cross-platform desktop automation server giving AI agents eyes and hands on Windows, macOS, and Linux.
0 stars
Works in:CursorWindsurfzed
Exposes:ToolsResources
What it does
Clawd Cursor is a comprehensive desktop automation server that transforms your entire operating system into a set of callable tools. It enables any AI model with tool-calling capabilities to interact directly with your desktop, effectively giving the AI 'eyes' (via screenshots and OCR) and 'hands' (via mouse and keyboard control).
Tools
It exposes 42 tools across six core categories:
- Perception:
desktop_screenshot,read_screen,ocr_read_screenfor visual awareness. - Mouse & Keyboard:
mouse_click,type_text,shortcuts_executefor direct interaction. - Window Management:
open_app,focus_window,get_windowsfor app orchestration. - Browser Control:
cdp_connect,cdp_click,cdp_evaluatefor deep web automation via Chrome DevTools Protocol. - Orchestration:
smart_click,navigate_browserfor complex workflows.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"clawdcursor": {
"command": "node",
"args": ["/path/to/clawdcursor/dist/index.js", "mcp"]
}
}
}
Supported hosts
Confirmed for Claude, Cursor, Windsurf, and Zed.
Quick install
curl -fsSL https://clawdcursor.com/install.sh | bashInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add node /path/to/clawdcursor/dist/index.js mcp to settings.jsonCursor
Add node /path/to/clawdcursor/dist/index.js mcp to mcp.jsonWindsurf
Add node /path/to/clawdcursor/dist/index.js mcp to mcp_config.jsonClaude Desktop
Add node /path/to/clawdcursor/dist/index.js mcp to mcpServers





