MCP.so
登录

applescript-mcp MCP Server

@joshrutkowski

关于 applescript-mcp MCP Server

A macOS AppleScript MCP server

基本信息

分类

生产力

许可证

MIT

运行时

node

传输方式

stdio

发布者

joshrutkowski

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "applescript-mcp-joshrutkowski": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "node",
        "path/to/server/index.js",
        "args..."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is applescript-mcp MCP Server?

A Model Context Protocol server that enables LLM applications to interact with macOS through AppleScript. It provides a standardized interface for AI applications to control system functions, manage files, handle notifications, and more. Designed for macOS users running Node.js 18+.

How to use applescript-mcp MCP Server?

Install dependencies with npm install, build the server with npm run build, then launch using MCP Inspector for testing. Configure your MCP client to point to the built server.

Key features of applescript-mcp MCP Server

  • Calendar management (events, reminders)
  • Clipboard operations (set, get, clear)
  • Finder integration (file search, preview)
  • System notifications and Do Not Disturb toggle
  • iTerm terminal integration (run commands, paste)
  • Shortcuts automation (run and list shortcuts)
  • Mail, Messages, Notes, and Pages control

Use cases of applescript-mcp MCP Server

  • Create calendar events or list today’s schedule using natural language.
  • Search for files in Finder and preview their contents.
  • Send system notifications and control Do Not Disturb mode.
  • Automate iTerm commands and run macOS Shortcuts.
  • Compose emails, send iMessages, and create formatted notes.

FAQ from applescript-mcp MCP Server

What are the prerequisites for using the server?

macOS 10.15 or later and Node.js 18 or later are required.

How do I enable notifications?

Send a notification requires enabling notifications in System Settings > Notifications > Script Editor.

Can I add new functionality?

Yes. Create a category file in src/categories/, define scripts using the provided interfaces, and register it in index.ts.

What transports or authentication are supported?

The server uses the MCP protocol for communication; no additional transport or authentication details are mentioned in the README.

How does the server execute AppleScript commands?

It runs AppleScript via the macOS osascript command, identified by the category and script requested by the client.

评论

生产力 分类下的更多 MCP 服务器