MCP.so
登录

🚀 Automation MCP

@ashwwwin

关于 🚀 Automation MCP

Control your Mac with detailed mouse, keyboard, screen, and window management capabilities.

基本信息

分类

生产力

许可证

MIT license

运行时

node

传输方式

stdio

发布者

ashwwwin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "automation-mcp": {
      "command": "bun",
      "args": [
        "run",
        "index.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🚀 Automation MCP?

🚀 Automation MCP is a Model Context Protocol (MCP) server that gives AI models complete desktop automation capabilities on macOS. It enables AI assistants to control the mouse, keyboard, take screenshots, manage windows, interact with UI elements, and analyze screen content.

How to use 🚀 Automation MCP?

Install via the furi tool with furi add ashwwwin/automation-mcp and then furi start automation-mcp. Alternatively, clone the repository, install dependencies with bun install, and start the server using bun run index.ts (HTTP transport) or bun run index.ts --stdio (stdio transport). On first run, grant Accessibility and Screen Recording permissions in macOS System Settings.

Key features of 🚀 Automation MCP

  • Mouse control: click, move, scroll, drag, get position
  • Keyboard input: type text, press key combinations, system shortcuts
  • Screen capture and analysis: screenshots, color detection, image waiting
  • Window management: list, focus, move, resize, minimize windows
  • UI interaction via coordinates and screen highlight
  • Cross-platform architecture with macOS support

Use cases of 🚀 Automation MCP

  • Automate repetitive desktop tasks via AI assistant
  • Perform UI testing and visual regression checks
  • Enable AI to navigate and control any application
  • Capture and analyze screen content in real time
  • Orchestrate complex multi‑step workflows across apps

FAQ from 🚀 Automation MCP

What permissions does 🚀 Automation MCP require?

On macOS, you must grant Accessibility (for mouse and keyboard control) and Screen Recording (for screenshots and analysis) permissions in System Settings.

What runtime does 🚀 Automation MCP need?

The server requires the Bun runtime. Quick install: curl -fsSL https://bun.sh/install | bash.

Can I install 🚀 Automation MCP without furi?

Yes. Clone the repository, run bun install, then start the server with bun run index.ts (HTTP) or bun run index.ts --stdio (stdio).

Which operating systems are supported?

The server is primarily designed for macOS. Its architecture mentions cross‑platform support (Windows/Linux) via nut.js and fallback systems, but full functionality is documented for macOS.

How does 🚀 Automation MCP handle security?

It runs locally only (no network access), requires explicit permission grants, logs all actions, and can be limited to specific applications.

评论

生产力 分类下的更多 MCP 服务器