Skip to main content
Glama

Apple MCP Server

Apple MCPツール

これは、MCP プロトコル用の Apple ネイティブ ツールのコレクションです。

設定方法を説明したステップバイステップのビデオとデモはこちらです。 - https://x.com/DhravyaShah/status/1892694077679763671

画像

{ "mcpServers": { "apple-mcp": { "command": "bunx", "args": ["--no-cache", "apple-mcp@latest"] } }
クイックインストール

Smithery経由で Claude Desktop 用の Apple MCP を自動的にインストールするには:

npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client claude

...カーソルの場合は次のようにします。

npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client cursor

特徴

  • メッセージ:
    • Apple メッセージアプリを使用してメッセージを送信する
    • メッセージを読み上げる
  • 注記:
    • メモをリストする
    • Apple Notesアプリでメモを検索して読む
  • 連絡先:
    • メッセージを送信するための連絡先を検索する
  • メール:
    • 複数の受信者(宛先、CC、BCC)と添付ファイル付きのメールを送信する
    • カスタムクエリ、メールボックスの選択、結果の制限を使用してメールを検索します
    • 今後の配信用にメールをスケジュールする
    • スケジュールされたメールの一覧と管理
    • 未読メール数を全体またはメールボックスごとに確認する
  • リマインダー:
    • すべてのリマインダーとリマインダーリストを一覧表示する
    • テキストでリマインダーを検索する
    • オプションの期限とメモ付きの新しいリマインダーを作成する
    • 特定のリマインダーを表示するには、リマインダーアプリを開きます
  • カレンダー:
    • カスタマイズ可能な日付範囲でカレンダーイベントを検索
    • 今後のイベントをリストする
    • タイトル、場所、メモなどの詳細を含む新しいカレンダーイベントを作成します
    • カレンダーアプリでカレンダーイベントを開く
  • ウェブ検索:
    • DuckDuckGoを使ってウェブを検索する
    • 検索結果からコンテンツを取得して処理する
  • マップ:
    • 場所と住所を検索する
    • 場所をお気に入りに保存する
    • 場所間の道順を取得する
    • 地図にピンをドロップする
    • ガイドを作成してリストする
    • ガイドに場所を追加する
  • TODO: Appleの写真アプリで写真を検索して開く
  • TODO: Apple Music アプリで音楽を検索して開く

コマンドを連結してワークフローを作成することもできます。例えば、「会議で会った人たちについてのメモを読んで、連絡先とメールアドレスを見つけて、お時間を割いてくれたことへの感謝のメッセージを送ってください。」といった具合です。

(それは動作します!)

手動インストール

必要なのはbunだけです。brew brew install oven-sh/bun/bunでインストールしてください。

次に、 claude_desktop_config.json次のように編集します。

{ "mcpServers": { "apple-mcp": { "command": "bunx", "args": ["@dhravya/apple-mcp@latest"] } } }

使用法

ここで、Claude にapple-mcpツールを使用するように依頼します。

Can you send a message to John Doe?
find all the notes related to AI and send it to my girlfriend
create a reminder to "Buy groceries" for tomorrow at 5pm

地域開発

git clone https://github.com/dhravya/apple-mcp.git cd apple-mcp bun install bun run index.ts

楽しむ!

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP プロトコルを介してメッセージ、メモ、連絡先などの Apple アプリと対話し、自然言語を使用してメッセージを送信したり、検索したり、アプリ コンテンツを開いたりできるようになります。

  1. クイックインストール
    1. 特徴
      1. 手動インストール
      2. 使用法
    2. 地域開発

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables semantic search and retrieval of Apple Notes content, allowing AI assistants to access, search, and create notes using on-device embeddings.
        Last updated -
        TypeScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.
        Last updated -
        6
        TypeScript
        • Apple
      • A
        security
        A
        license
        A
        quality
        A collection of tools that enables Claude AI and Cursor to access native macOS applications such as Messages, Notes, Contacts, Emails, Reminders, Calendar, and Maps through the Model Context Protocol.
        Last updated -
        8
        628
        2
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables running AppleScript code to interact with Mac applications and system features including Notes, Calendar, Contacts, Messages, file management, and more.
        Last updated -
        1
        448
        171
        JavaScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/supermemoryai/apple-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server