Skip to main content
Glama
Dingzeefs

MCP Apple Notes

by Dingzeefs

Notas de Apple MCP

Un servidor de Protocolo de Contexto Modelo (MCP) para búsqueda y recuperación semántica a través de Apple Notes.

Características

  • 🔍 Búsqueda semántica mediante el modelo de incrustaciones en el dispositivo

  • 📝 Capacidades de búsqueda de texto completo

  • Almacenamiento vectorial con LanceDB

  • Integración nativa con Apple Notes

Related MCP server: Notes MCP

Prerrequisitos

  • macOS (necesario para la integración de Apple Notes)

  • Tiempo de ejecución de JavaScript de Bun

Instalación

  1. Clonar este repositorio:

git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes
  1. Instalar dependencias:

bun install

Uso

Configuración en Cursor IDE

  1. Abrir cursor IDE

  2. Vaya a Configuración → Funciones → MCP

  3. Agregue un nuevo servidor MCP con la siguiente configuración:

    • Nombre : Apple Notes

    • Tipo : comando

    • Comando : /path/to/bun /path/to/mcp-apple-notes/index.ts Reemplace /path/to/bun con la ruta real a su ejecutable Bun (encuéntrelo usando which bun ) y /path/to/mcp-apple-notes con la ruta real a este repositorio.

  4. Reiniciar Cursor IDE

Uso del servidor MCP

Una vez configurado, podrás utilizar las siguientes herramientas en tus conversaciones con Claude:

  • list-notes : enumera todos los títulos de tus notas de Apple

  • index-notes : indexa tus notas para búsqueda semántica (haz esto primero)

  • get-note : recupera una nota específica por título

  • search-notes : busca tus notas usando búsqueda semántica o por palabras clave

  • create-note : Crea una nueva nota con el título y contenido especificados

Solución de problemas

Si encuentra problemas:

  1. Compruebe que el servidor esté en ejecución mirando el estado del servidor MCP en Cursor

  2. Verifique que las rutas en la configuración de su servidor MCP sean correctas

  3. Intente ejecutar el comando directamente en su terminal para ver los mensajes de error.

  4. Asegúrese de que Apple Notes esté accesible y que se hayan otorgado los permisos

Licencia

Instituto Tecnológico de Massachusetts (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