MCP Apple Notes
MCP 苹果笔记
用于通过 Apple Notes 进行语义搜索和检索的模型上下文协议 (MCP) 服务器。
特征
🔍 使用设备上嵌入模型进行语义搜索
📝 全文搜索功能
💾 使用 LanceDB 进行向量存储
🍎 原生 Apple Notes 集成
Related MCP server: Notes MCP
先决条件
macOS(Apple Notes 集成所需)
Bun JavaScript 运行时
安装
克隆此存储库:
git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes安装依赖项:
bun install用法
在 Cursor IDE 中配置
打开游标 IDE
前往“设置”→“功能”→“MCP”
添加一个新的 MCP 服务器,配置如下:
名称:Apple Notes
类型:命令
命令:
/path/to/bun /path/to/mcp-apple-notes/index.ts将/path/to/bun替换为 Bun 可执行文件的实际路径(使用which bun找到它),并将/path/to/mcp-apple-notes替换为该存储库的实际路径。
重启 Cursor IDE
使用 MCP 服务器
配置完成后,您可以在与 Claude 的对话中使用以下工具:
list-notes :列出所有 Apple Notes 标题
index-notes :索引您的笔记以进行语义搜索(首先执行此操作)
get-note :按标题检索特定注释
search-notes :使用语义或关键字搜索来搜索您的笔记
create-note :创建具有指定标题和内容的新笔记
故障排除
如果您遇到问题:
通过查看 Cursor 中的 MCP 服务器状态来检查服务器是否正在运行
验证 MCP 服务器配置中的路径是否正确
尝试直接在终端中运行命令来查看任何错误消息
确保 Apple Notes 可访问且已授予权限
执照
麻省理工学院
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