🚀 Automation MCP
@ashwwwin
关于 🚀 Automation MCP
Control your Mac with detailed mouse, keyboard, screen, and window management capabilities.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
评论