applescript-mcp

peakmojo/applescript-mcp
★ 434 stars Python 💻 Code/Dev Tools Updated 1mo ago
MCP server that execute applescript giving you full control of your Mac
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "applescript-mcp": {
      "command": "uvx",
      "args": [
        "applescript-mcp"
      ]
    }
  }
}

Or install with pip: pip install applescript-mcp

Topics

applescriptmacosmcpmcp-server