Skip to main content
Glama
Dingzeefs

MCP Apple Notes

by Dingzeefs

MCP 苹果笔记

用于通过 Apple Notes 进行语义搜索和检索的模型上下文协议 (MCP) 服务器。

特征

  • 🔍 使用设备上嵌入模型进行语义搜索

  • 📝 全文搜索功能

  • 💾 使用 LanceDB 进行向量存储

  • 🍎 原生 Apple Notes 集成

Related MCP server: MCP Apple Reminders

先决条件

  • macOS(Apple Notes 集成所需)

  • Bun JavaScript 运行时

安装

  1. 克隆此存储库:

git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes
  1. 安装依赖项:

bun install

用法

在 Cursor IDE 中配置

  1. 打开游标 IDE

  2. 前往“设置”→“功能”→“MCP”

  3. 添加一个新的 MCP 服务器,配置如下:

    • 名称:Apple Notes

    • 类型:命令

    • 命令/path/to/bun /path/to/mcp-apple-notes/index.ts/path/to/bun替换为 Bun 可执行文件的实际路径(使用which bun找到它),并将/path/to/mcp-apple-notes替换为该存储库的实际路径。

  4. 重启 Cursor IDE

使用 MCP 服务器

配置完成后,您可以在与 Claude 的对话中使用以下工具:

  • list-notes :列出所有 Apple Notes 标题

  • index-notes :索引您的笔记以进行语义搜索(首先执行此操作)

  • get-note :按标题检索特定注释

  • search-notes :使用语义或关键字搜索来搜索您的笔记

  • create-note :创建具有指定标题和内容的新笔记

故障排除

如果您遇到问题:

  1. 通过查看 Cursor 中的 MCP 服务器状态来检查服务器是否正在运行

  2. 验证 MCP 服务器配置中的路径是否正确

  3. 尝试直接在终端中运行命令来查看任何错误消息

  4. 确保 Apple Notes 可访问且已授予权限

执照

麻省理工学院

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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