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
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.
Frequently asked questions
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.
Basic information
More Productivity MCP servers

lucid.page
BitgatePublish beautiful Markdown docs instantly from any AI agent. Zero-config remote MCP server — your LLM pastes Markdown, gets back a shareable page. Free, no signup needed.

Syncro
Syncro Technologies, IncSyncro is a Remote Monitoring and Management (RMM) and Professional Services Automation (PSA) platform. Connect Claude to your Syncro instance for live access to tickets, alerts, customers, contacts, assets, products, ap

crosscode-cli
amsultan2010Multiplayer coding in the agentic era through an MCP server for real-time codebase sync between your agents.

Time
modelcontextprotocolModel Context Protocol Servers

Prose Coach
prose.coachDeterministic writing filter. 43 AI patterns marked, each quoting the line that triggered it and attaching the fix. Connects as a remote MCP server at one URL. The free tier runs 3 drafts a day at 12,000 characters, no a
Comments