AppleScript MCP Server (Dual access: python and node.js)
@peakmojo
About AppleScript MCP Server (Dual access: python and node.js)
MCP server that execute applescript giving you full control of your Mac
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"applescript-mcp": {
"command": "uv",
"args": [
"sync",
"--dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AppleScript MCP Server (Dual access: python and node.js)?
A Model Context Protocol (MCP) server that lets you run AppleScript code to interact with a Mac. It is designed to be simple, straightforward, and require minimal setup, providing dual access via either Python or Node.js.
How to use AppleScript MCP Server (Dual access: python and node.js)?
Install and run the server using npx for Node.js, or uvx (from the git repo) or uv (local development) for Python. Configure your MCP client (e.g., Claude Desktop) with the appropriate command and arguments as shown in the README.
Key features of AppleScript MCP Server (Dual access: python and node.js)
- Run AppleScript to access Mac applications and data
- Interact with Notes, Calendar, Contacts, Messages, and more
- Search for files using Spotlight or Finder
- Read/write file contents and execute shell commands
- Remote execution support via SSH
Use cases of AppleScript MCP Server (Dual access: python and node.js)
- Automate reminders, calendar events, and note creation on a Mac
- Retrieve system information like battery level or free disk space
- Control applications: play music, take screenshots, open Safari
- Manage files: create folders, find recent downloads, read and write files
- Access and search contacts, emails, and running applications
FAQ from AppleScript MCP Server (Dual access: python and node.js)
What runtime dependencies are required?
Node.js (for the npx command) or Python with uv installed (for the uvx or local setup). Optionally, SSH must be enabled on the Mac for remote execution.
How do I configure the server for Docker usage?
Use the npx command with --remoteHost, --remoteUser, and --remotePassword arguments. Ensure SSH is enabled on the Mac host and proper credentials are provided.
How do I run AppleScript remotely?
Use the remote execution feature via SSH by passing the SSH hostname, username, and password or key. The server can then execute AppleScript on a machine at the given address.
Can I use this server without cloning the repository?
Yes. For Python, you can run directly with uvx --from git+https://github.com/peakmojo/applescript-mcp mcp-server-applescript. For Node.js, use npx @peakmojo/applescript-mcp.
Are there any known limitations or security considerations?
The server executes arbitrary AppleScript and shell commands on the Mac. Use caution when granting it access, especially when using remote SSH execution.
More Productivity MCP servers
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Comments