MCP Appleノート
Apple Notes 上でセマンティック検索と取得を行うための Model Context Protocol (MCP) サーバー。
特徴
🔍 デバイス上の埋め込みモデルを��用したセマンティック検索
📝 全文検索機能
💾 LanceDB によるベクトルストレージ
🍎 ネイティブ Apple Notes 統合
前提条件
macOS(Apple Notes の統合に必要)
Bun JavaScript ランタイム
インストール
このリポジトリをクローンします:
依存関係をインストールします:
使用法
カーソルIDEでの設定
オープンカーソルIDE
設定→機能→MCPに移動します
次の構成で新しい MCP サーバーを追加します。
名前: Apple Notes
タイプ: コマンド
コマンド:
/path/to/bun /path/to/mcp-apple-notes/index.ts``/path/to/bun
Bun 実行可能ファイルへの実際のパス (which bun
を使用して検索) に置き換え、/path/to/mcp-apple-notes
をこのリポジトリへの実際のパスに置き換えます。
カーソルIDEを再起動
MCPサーバーの使用
設定が完了すると、Claude との会話で次のツールを使用できるようになります。
list-notes : Apple Notesのタイトルをすべて一覧表示します
index-notes : セマンティック検索用にノートをインデックスします(最初にこれを実行してください)
get-note : タイトルで特定のノートを取得します
search-notes : セマンティック検索またはキーワード検索を使用してノートを検索します
create-note : 指定されたタイトルと内容で新しいノートを作成します
トラブルシューティング
問題が発生した場合:
カーソルのMCPサーバステータスを見て、サーバが実行中であることを確認します。
MCPサーバー構成のパスが正しいことを確認してください
エラーメッセージを確認するには、ターミナルで直接コマンドを実行してみてください。
Apple Notes にアクセスでき、権限が付与されていることを確認してください
ライセンス
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Apple Notes コンテンツのセマンティック検索と取得を可能にするモデルコンテキストプロトコル サーバー。これにより、AI アシスタントはデバイス上の埋め込みを使用してノートにアクセスし、検索し、作成できるようになります。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA 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 -8
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS, allowing users to view lists, retrieve, create, complete, and delete reminders through natural language.Last updated -56
- -securityFlicense-qualityA Model Context Protocol server that extends AI capabilities through tools for remote control, note-taking, email operations, and knowledge search.Last updated -
- 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 -4218359MIT License