clawdcursor
by AmrDab·★ 315·综合分 53
一款跨操作系统、跨模型的桌面自动化服务器,通过MCP为AI代理提供视觉、操作和验证能力。
概述
Clawd Cursor通过模型上下文协议(MCP)为AI代理提供全面的桌面自动化接口。它使代理能够通过模拟人类的点击、输入、阅读屏幕和验证结果等操作,与Windows、macOS和Linux上的任何应用程序交互。服务器采用多层级方法,从无障碍API开始,然后是OCR、截图,最后是在必要时使用视觉识别,确保通过使用成本最低的方法实现高效操作。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当需要在没有 API 的应用程序中自动化 GUI 交互时选择 Clawd Cursor,特别是在传统应用程序、Electron 应用程序或需要身份验证的桌面软件中。
什么时候不要选它
当应用程序已有可靠 API、性能至关重要,或者通过 CLI 命令或直接文件操作能更高效地完成任务时,避免使用 Clawd Cursor。
此 server 暴露的工具
从 README 抽取出 6 个工具computerPerforms 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.
可对比工具
安装
快速安装
**Windows (PowerShell):**
irm https://clawdcursor.com/install.ps1 | iex**macOS / Linux:**
curl -fsSL https://clawdcursor.com/install.sh | bash然后配置:
clawdcursor --version
clawdcursor consent --accept
clawdcursor status**Claude Desktop配置:** 添加到~/.claude/settings.json:
{
"mcpServers": {
"clawdcursor": {
"command": "clawdcursor",
"args": ["mcp", "--compact"]
}
}
}FAQ
- Clawd Cursor与我使用的LLM兼容吗?
- 是的,它是模型无关的,与Claude、GPT、Gemini、Llama、Kimi、Ollama和其他支持工具调用的模型都兼容。
- Clawd Cursor支持哪些平台?
- 它支持Windows、macOS、Linux X11和Linux Wayland,并有针对特定平台的适配器。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by AmDab · 2026-04-05
clawdcursor 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。