Skip to main content
Glama
Dingzeefs

MCP Apple Notes

by Dingzeefs

MCP Apple Notes

A Model Context Protocol (MCP) server for semantic search and retrieval over Apple Notes.

Features

  • 🔍 Semantic search using on-device embeddings model

  • 📝 Full-text search capabilities

  • 💾 Vector storage with LanceDB

  • 🍎 Native Apple Notes integration

Related MCP server: Notes MCP

Prerequisites

  • macOS (required for Apple Notes integration)

  • Bun JavaScript runtime

Installation

  1. Clone this repository:

git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes
  1. Install dependencies:

bun install

Usage

Configuring in Cursor IDE

  1. Open Cursor IDE

  2. Go to Settings → Features → MCP

  3. Add a new MCP server with the following configuration:

    • Name: Apple Notes

    • Type: command

    • Command: /path/to/bun /path/to/mcp-apple-notes/index.ts

    Replace /path/to/bun with the actual path to your Bun executable (find it using which bun) and /path/to/mcp-apple-notes with the actual path to this repository.

  4. Restart Cursor IDE

Using the MCP Server

Once configured, you can use the following tools in your conversations with Claude:

  • list-notes: Lists all your Apple Notes titles

  • index-notes: Indexes your notes for semantic search (do this first)

  • get-note: Retrieves a specific note by title

  • search-notes: Searches your notes using semantic or keyword search

  • create-note: Creates a new note with specified title and content

Troubleshooting

If you encounter issues:

  1. Check that the server is running by looking at the MCP server status in Cursor

  2. Verify that the paths in your MCP server configuration are correct

  3. Try running the command directly in your terminal to see any error messages

  4. Make sure Apple Notes is accessible and permissions are granted

License

MIT

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