AppleScript MCP サーバー (デュアル アクセス: Python と node.js)
概要
AppleScriptコードを実行してMacとやり取りできる、モデルコンテキストプロトコル(MCP)サーバーです。このMCPは、シンプルで分かりやすく、直感的に操作できるよう設計されており、セットアップも最小限で済みます。
こんなにシンプルでパワフルだとは信じられません。コアコードは100行未満です。
https://github.com/user-attachments/assets/b85e63ba-fb26-4918-8e6d-2377254ee388
特徴
AppleScriptを実行してMacのアプリケーションとデータにアクセスする
メモ、カレンダー、連絡先、メッセージなどを操作します
SpotlightまたはFinderを使用してファイルを検索する
ファイルの内容を読み書きし、シェルコマンドを実行する
プロンプトの例
Claude Desktopでの使用
Node.js
パイソン
uvをインストールする
サーバーを実行する
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
実行中の AppleScript コードが、メモ、カレンダー、連絡先、メッセージ、ファイル管理などの Mac アプリケーションやシステム機能と対話できるようにするモデル コンテキスト プロトコル サーバーです。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server for AI models to access and manipulate Apple Calendar data on macOS through a standardized interface.Last updated -7233
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for Xcode-related operations, making it easier to work with iOS project management, building, testing, archiving, and deploying apps to both simulators and physical devices.Last updated -9296MIT License
- AsecurityAlicenseAqualityProvides a Model Context Protocol server for executing AppleScript and JavaScript for Automation scripts on macOS, featuring a knowledge base of pre-defined scripts and supporting automation of macOS applications and system functions.Last updated -251457MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides AI coding assistants with direct access to Apple's Developer Documentation, enabling seamless lookup of frameworks, symbols, and detailed API references.Last updated -426344MIT License