MCP Apple Notes
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
Clonar este repositorio:
git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notesInstalar dependencias:
bun installUso
Configuración en Cursor IDE
Abrir cursor IDE
Vaya a Configuración → Funciones → MCP
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.tsReemplace/path/to/buncon la ruta real a su ejecutable Bun (encuéntrelo usandowhich bun) y/path/to/mcp-apple-notescon la ruta real a este repositorio.
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:
Compruebe que el servidor esté en ejecución mirando el estado del servidor MCP en Cursor
Verifique que las rutas en la configuración de su servidor MCP sean correctas
Intente ejecutar el comando directamente en su terminal para ver los mensajes de error.
Asegúrese de que Apple Notes esté accesible y que se hayan otorgado los permisos
Licencia
Instituto Tecnológico de Massachusetts (MIT)
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