MCP 苹果笔记
用于通过 Apple Notes 进行语义搜索和检索的模型上下文协议 (MCP) 服务器。
特征
🔍 使用设备上嵌入模型进行语义搜索
📝 全文搜索功能
💾 使用 LanceDB 进行向量存储
🍎 原生 Apple Notes 集成
先决条件
macOS(Apple Notes 集成所需)
Bun JavaScript 运行时
安装
克隆此存储库:
安装依赖项:
用法
在 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
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器,支持对 Apple Notes 内容进行语义搜索和检索,允许 AI 助手使用设备上的嵌入访问、搜索和创建笔记。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA 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.Last updated -8
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS, allowing users to view lists, retrieve, create, complete, and delete reminders through natural language.Last updated -56
- -securityFlicense-qualityA Model Context Protocol server that extends AI capabilities through tools for remote control, note-taking, email operations, and knowledge search.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol server that provides AI coding assistants with direct access to Apple's Developer Documentation, enabling seamless lookup of frameworks, symbols, and detailed API references.Last updated -4218359MIT License