MCP Apple Notes
MCP Appleノート
Apple Notes 上でセマンティック検索と取得を行うための Model Context Protocol (MCP) サーバー。
特徴
🔍 デバイス上の埋め込みモデルを使用したセマンティック検索
📝 全文検索機能
💾 LanceDB によるベクトルストレージ
🍎 ネイティブ Apple Notes 統合
Related MCP server: Notes MCP
前提条件
macOS(Apple Notes の統合に必要)
Bun JavaScript ランタイム
インストール
このリポジトリをクローンします:
git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes依存関係をインストールします:
bun install使用法
カーソルIDEでの設定
オープンカーソルIDE
設定→機能→MCPに移動します
次の構成で新しい MCP サーバーを追加します。
名前: Apple Notes
タイプ: コマンド
コマンド:
/path/to/bun /path/to/mcp-apple-notes/index.ts``/path/to/bunBun 実行可能ファイルへの実際のパス (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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.43310MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.82MIT
- AlicenseAqualityBmaintenanceMCP server for Apple Notes with semantic search (on-device embeddings via all-MiniLM-L6-v2), full-text search, complete CRUD operations, folder management, and fuzzy title matching. 10 tools. Runs fully locally on macOS — no API keys required.102312MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for Apple Notes that enables semantic search and full CRUD operations through natural language.367MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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