Skip to main content
Glama
Dingzeefs

MCP Apple Notes

by Dingzeefs

MCP Appleノート

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

特徴

  • 🔍 デバイス上の埋め込みモデルを使用したセマンティック検索

  • 📝 全文検索機能

  • 💾 LanceDB によるベクトルストレージ

  • 🍎 ネイティブ Apple Notes 統合

Related MCP server: Notes MCP

前提条件

  • 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 にアクセスでき、権限が付与されていることを確認してください

ライセンス

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    433
    10
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    82
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    10
    23
    12
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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