Skip to main content
Glama

MCP Apple Notes

by Dingzeefs

MCP Appleノート

Apple Notes 上でセマンティック検索と取得を行うための Model Context Protocol (MCP) サーバー。

特徴

  • 🔍 デバイス上の埋め込みモデルを使用したセマンティック検索
  • 📝 全文検索機能
  • 💾 LanceDB によるベクトルストレージ
  • 🍎 ネイティブ Apple Notes 統合

前提条件

  • macOS(Apple Notes の統合に必要)
  • Bun JavaScript ランタイム

インストール

  1. このリポジトリをクローンします:
git clone https://github.com/Dingzeefs/mcp-apple-notes.git cd mcp-apple-notes
  1. 依存関係をインストールします:
bun install

使用法

カーソルIDEでの設定

  1. オープンカーソルIDE
  2. 設定→機能→MCPに移動します
  3. 次の構成で新しい MCP サーバーを追加します。
    • 名前: Apple Notes
    • タイプ: コマンド
    • コマンド: /path/to/bun /path/to/mcp-apple-notes/index.ts``/path/to/bun Bun 実行可能ファイルへの実際のパス ( which bunを使用して検索) に置き換え、 /path/to/mcp-apple-notesをこのリポジトリへの実際のパスに置き換えます。
  4. カーソルIDEを再起動

MCPサーバーの使用

設定が完了すると、Claude との会話で次のツールを使用できるようになります。

  • list-notes : Apple Notesのタイトルをすべて一覧表示します
  • index-notes : セマンティック検索用にノートをインデックスします(最初にこれを実行してください)
  • get-note : タイトルで特定のノートを取得します
  • search-notes : セマンティック検索またはキーワード検索を使用してノートを検索します
  • create-note : 指定されたタイトルと内容で新しいノートを作成します

トラブルシューティング

問題が発生した場合:

  1. カーソルのMCPサーバステータスを見て、サーバが実行中であることを確認します。
  2. MCPサーバー構成のパスが正しいことを確認してください
  3. エラーメッセージを確認するには、ターミナルで直接コマンドを実行してみてください。
  4. Apple Notes にアクセスでき、権限が付与されていることを確認してください

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

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

Apple Notes コンテンツのセマンティック検索と取得を可能にするモデルコンテキストプロトコル サーバー。これにより、AI アシスタントはデバイス上の埋め込みを使用してノートにアクセスし、検索し、作成できるようになります。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 使用法
          1. カーソルIDEでの設定
          2. MCPサーバーの使用
        2. トラブルシューティング
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables interaction with Apple Notes via natural language, supporting note creation, search, and retrieval with iCloud integration for seamless note management.
              Last updated -
              3
              2
              TypeScript
              MIT License
              • 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 Model Context Protocol server that enables AI assistants to interact with the HackMD API for managing notes, including creating, reading, updating, and deleting notes.
              Last updated -
              12
              122
              21
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows AI assistants like Claude to read notes from the Bear note-taking app in a safe, read-only mode.
              Last updated -
              2
              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/Dingzeefs/mcp-apple-notes'

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