MCP Catalogs
首页

clawdcursor

by AmrDab·315·综合分 53

一款跨操作系统、跨模型的桌面自动化服务器,通过MCP为AI代理提供视觉、操作和验证能力。

developer-toolsproductivityai-llm
50
Forks
5
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Clawd Cursor通过模型上下文协议(MCP)为AI代理提供全面的桌面自动化接口。它使代理能够通过模拟人类的点击、输入、阅读屏幕和验证结果等操作,与Windows、macOS和Linux上的任何应用程序交互。服务器采用多层级方法,从无障碍API开始,然后是OCR、截图,最后是在必要时使用视觉识别,确保通过使用成本最低的方法实现高效操作。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在没有API的遗留应用程序中自动化任务
:通过Claude Code或Cursor等编辑器中的AI代理控制桌面应用程序
:在仅本地操作的环境中跨应用程序自动化工作流程
:Clawd Cursor与我使用的LLM兼容吗?
:Clawd Cursor支持哪些平台?

什么时候选它

当需要在没有 API 的应用程序中自动化 GUI 交互时选择 Clawd Cursor,特别是在传统应用程序、Electron 应用程序或需要身份验证的桌面软件中。

什么时候不要选它

当应用程序已有可靠 API、性能至关重要,或者通过 CLI 命令或直接文件操作能更高效地完成任务时,避免使用 Clawd Cursor。

此 server 暴露的工具

从 README 抽取出 6 个工具
  • 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.

可对比工具

playwright-mcpbrowserless-mcpauto-mcpshell-mcp

安装

快速安装

**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 讨论

开发者社区最近的相关讨论。

clawdcursor 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。