MCP工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/minghinmatthewlam/computer-use-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp--": {
"command": "npx",
"args": ["-y", "computer-use-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MCP工具 执行以下任务... Claude: [自动调用 MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp__": {
"command": "npx",
"args": ["-y", "computer-use-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
This is the open, agent-agnostic version of the computer-use capability. A single signed Swift binary that exposes macOS computer use as a standard MCP server. Point Claude Code, Cursor, Codex, Gemini CLI, or your own agent at it and the agent can see and operate the apps on your Mac — in the background, without hijacking your cursor or stealing focus.
Status: early development. macOS only. Local use while the Mac is unlocked (the system is kept from idle-sleeping during active sessions; if the screen locks, mutating tools pause with a recoverable error until the user unlocks).
- macOS 14+ - Permissions granted on first run: Accessibility and Screen Recording (Input Monitoring is not required). Run computer-use-mcp health_report to inspect current identity/permission state, or computer-use-mcp doctor --prompt when you intentionally want macOS prompts.
{
"mcpServers": {
"computer-use": { "command": "computer-use-mcp", "args": ["serve"] }
}
}
Every option is settable as an environment variable (COMPUTER_USE_MCP_<KEY>) or a key in ~/.config/computer-use-mcp.json (env wins):
| Key (file) / variable | Effect |
|---|---|
cursor / COMPUTER_USE_MCP_CURSOR=0 | Hide the animated agent-cursor overlay (on by default; set 0 for headless/CI). |
cursor_idle_fade | Seconds of quiet before the agent cursor fades (default 12). |
status_chip / COMPUTER_USE_MCP_STATUS_CHIP=0 | Hide the "Agent working" pill shown on the primary display during activity (on by default). |
no_safety / COMPUTER_USE_MCP_NO_SAFETY=1 | Disable the safety policy entirely. |
confirm_apps | Apps (name or bundle id) where every action needs confirm. |
destructive | Extra destructive label substrings to gate. |
url_deny | URL substrings where browser actions are blocked outright (confirm does not override). |
url_confirm | Extra URL substrings where browser actions need confirm (defaults cover payment pages). |
ax_timeout | Per-call accessibility timeout in seconds (default 2). |
no_daemon / COMPUTER_USE_MCP_NO_DAEMON=1 | Run the engine in-process instead of through the shared daemon. |
no_app_lease | Disable per-app session arbitration. |
app_lease_seconds | How long an app stays leased to a session after its last action (default 10). |
no_interference_yield | Disable yielding to real user input (yield is on by default). |
interference_idle_seconds | Hardware quiet time required before acting in the app the user is working in, or via the global cursor (default 1; 0 disables). |
no_sleep_assertion | Do not hold a prevent-idle-sleep assertion while tool calls are flowing. |
log / COMPUTER_USE_MCP_LOG=1 | Per-tool-call stderr log lines (name, ok/error, duration). |
max_actions_per_sec | Optional global throttle on tool calls (off by default). |
开源MCP服务器,提供macOS电脑使用情况,代码质量较高
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,MCP工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | computer-use-mcp |
| 原始描述 | 开源MCP工具:Open, agent-agnostic MCP server exposing macOS computer use to any MCP client (C。⭐13 · Swift |
| Topics | mcpswiftmacOS |
| GitHub | https://github.com/minghinmatthewlam/computer-use-mcp |
| License | MIT |
| 语言 | Swift |
收录时间:2026-07-01 · 更新时间:2026-07-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端