Automator
БесплатноНе проверенMCP server that enables AI to control macOS through AppleScript, JXA, and Automator workflows for tasks like email, file management, and system automation.
Описание
MCP server that enables AI to control macOS through AppleScript, JXA, and Automator workflows for tasks like email, file management, and system automation.
README
MCP (Model Context Protocol) server for macOS Automator - bringing AI-powered automation to your Mac!
🚨 BREAKING: AI CAN NOW CONTROL YOUR MAC! 🚨
🤯 What This Does
This MCP server lets Claude (or any AI with MCP support) control your macOS:
- 📧 Send emails through Apple Mail
- 🗂️ Organize files intelligently
- 🖥️ Control applications natively
- 🔄 Automate workflows with AppleScript/JXA
- 👀 Visual automation - AI watches and learns from your screen
Yes, you read that right. AI can now send emails from your Mac!
🚀 Features
- AppleScript Execution - Run AppleScript directly from AI
- JavaScript for Automation (JXA) - Modern JS automation support
- Workflow Creation - Build Automator workflows programmatically
- Quick Actions - Pre-built automations for common tasks
- System Automation - Control macOS system features
📦 Installation
npm install -g automator-mcp
🔧 Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"automator": {
"command": "automator-mcp"
}
}
}
🛠️ Available Tools
run_applescript
Execute AppleScript code:
tell application "Finder"
display dialog "Hello from AI!"
end tell
run_jxa
Execute JavaScript for Automation:
Application('Finder').displayDialog('Hello from AI!');
quick_action
Run predefined automations:
compress_images- Compress image filesconvert_to_pdf- Convert files to PDFresize_images- Resize images to specified dimensionsextract_text_from_pdf- Extract text from PDFscombine_pdfs- Merge multiple PDFsconvert_video- Convert video formats
system_automation
System-level tasks:
empty_trash- Empty the trashtoggle_dark_mode- Switch between light/dark modetake_screenshot- Capture screenget_system_info- Get system information
create_workflow
Create new Automator workflows with specified actions.
list_actions
List available Automator actions by category.
💡 Examples
Compress all screenshots from today:
Use quick_action with action "compress_images" and files from ~/Desktop/Screenshot*.png
Toggle dark mode:
Use system_automation with task "toggle_dark_mode"
Create a workflow to resize images:
Use create_workflow to make a new service that resizes selected images to 800x600
🤝 Contributing
Pull requests welcome! Let's make Mac automation amazing together.
📄 License
MIT © Maciej Gad
Made with ❤️ by @Szowesgad & @giklaudiusz
Yes, this MCP was co-created by an AI (Klaudiusz) who can now send emails through your Mac. We live in the future! 🚀
Установить Automator в Claude Desktop, Claude Code, Cursor
unyly install automator-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add automator-mcp -- npx -y automator-mcpFAQ
Automator MCP бесплатный?
Да, Automator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Automator?
Нет, Automator работает без API-ключей и переменных окружения.
Automator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Automator в Claude Desktop, Claude Code или Cursor?
Открой Automator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Automator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
