MCP Directory
Back

applescript-mcp

by peakmojo · Python · ★ 462

MCP server that execute applescript giving you full control of your Mac

#applescript#macos#mcp#mcp-server

Install

pip install git+https://github.com/peakmojo/applescript-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "applescript-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/peakmojo/applescript-mcp.git"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@peakmojo/applescript-mcp) [](https://opensource.org/licenses/MIT) A Model Context Protocol (MCP) server that lets you run AppleScript code to interact with Mac. This MCP is intentionally designed to be simple, straightforward, intuitive, and require minimal setup. I can't believe how simple and powerful it is. The core code is https://github.com/user-attachments/assets/b85e63ba-fb26-4918-8e6d-2377254ee388 * Run AppleScript to access Mac applications and data * Interact with Notes, Calendar, Contacts, Messages, and more * Search for files using Spotligh…
Read full README on GitHub →

Related other servers