automation-mcp
Automation MCP is a server that allows AI models to control your Mac with comprehensive desktop automation capabilities.
Automation MCP provides a range of functionalities that enable AI assistants to interact with your macOS environment seamlessly. Users can control the mouse, type keyboard inputs, take screenshots, manage windows, and analyze screen content. This server is designed to enhance productivity by allowing automated interactions with the desktop, making it easier to perform repetitive tasks or complex workflows. With features like mouse control, window management, and the ability to wait for specific images to appear on screen, Automation MCP empowers users to leverage AI for efficient desktop automation. The server requires specific permissions from macOS to ensure full functionality, including accessibility for keyboard and mouse control, as well as screen recording for capturing and analyzing visual data.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"automation-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-automation-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions