Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Apple Reminders
  • mcp-v8
  • Ollama MCP Server
  • Files-DB-MCP
  • TxtAi Memory Vector Server
Back to MCP Servers
MCP Apple Notes

MCP Apple Notes

Public
Tom-Semple/mcp-apple-notes-fixed

Enables semantic and full-text search over Apple Notes with on-device embeddings and vector storage, supporting Model Context Protocol for seamless AI assistant integration and fully local execution without API keys.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with MCP Apple Notes

MCP Server

Unlock the full potential of MCP Apple Notes through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Apple Notes

!MCP Apple Notes

A Model Context Protocol (MCP) server that enables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes. This allows AI assistants like Claude to search and reference your Apple Notes during conversations.

!MCP Apple Notes

Features

  • 🔍 Semantic search over Apple Notes using all-MiniLM-L6-v2 on-device embeddings model
  • 📝 Full-text search capabilities
  • 📊 Vector storage using LanceDB
  • 🤖 MCP-compatible server for AI assistant integration
  • 🍎 Native Apple Notes integration via JXA
  • 🏃‍♂️ Fully local execution - no API keys needed

Prerequisites

  • Bun
  • Claude Desktop

Installation

  1. Clone the repository:
git clone https://github.com/RafalWilinski/mcp-apple-notes cd mcp-apple-notes
  1. Install dependencies:
bun install

Usage

  1. Open Claude desktop app and go to Settings -> Developer -> Edit Config

!Claude Desktop Settings

  1. Open the claude_desktop_config.json and add the following entry:
{ "mcpServers": { "local-machine": { "command": "/Users//.bun/bin/bun", "args": ["/Users//apple-notes-mcp/index.ts"] } } }

Important: Replace `` with your actual username.

  1. Restart Claude desktop app. You should see this:

!Claude MCP Connection Status

  1. Start by indexing your notes. Ask Claude to index your notes by saying something like: "Index my notes" or "Index my Apple Notes".

Troubleshooting

To see logs:

tail -n 50 -f ~/Library/Logs/Claude/mcp-server-local-machine.log # or tail -n 50 -f ~/Library/Logs/Claude/mcp.log

Todos

  • Apple notes are returned in the HTML format. We should turn them to Markdown and embed that
  • Chunk source content using recursive text splitter or markdown text splitter
  • Add an option to use custom embeddings model
  • More control over DB - purge, custom queries, etc.
  • Storing notes in Notes via Claude
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Apple Reminders
    MCP Apple Reminders

    Model Context Protocol server enabling AI assistants to manage Apple Reminders on macOS with feature...

    Added May 30, 2025
  • mcp-v8
    mcp-v8

    Rust-based Model Context Protocol server offering secure V8 JavaScript execution with persistent hea...

    Added May 30, 2025
  • Ollama MCP Server
    Ollama MCP Server

    Enables seamless integration of local Ollama LLM models with MCP-compatible applications, offering m...

    Added May 30, 2025
  • Files-DB-MCP
    Files-DB-MCP

    Local vector database providing fast, real-time semantic code search and indexing for software proje...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol server offering advanced semantic search, persistent memory management, tag-b...

    Added May 30, 2025