MCP Apple Notes 集成工具

MCP Apple Notes 集成工具

为 Cursor IDE 提供 Apple Notes 语义搜索和检索的 MCP 服务器。

快速入门

前置条件

  • 确保系统为 macOS
  • 安装 Bun JavaScript 运行时

安装步骤

  1. 克隆仓库: git clone https://github.com/Dingzeefs/mcp-apple-notes.git cd mcp-apple-notes
  2. 安装依赖: bun install

使用方法

配置到 Cursor IDE

  1. 打开 Cursor IDE,进入 设置 → 功能 → MCP
  2. 添加新 MCP 服务器配置:
    • 名称:Apple Notes
    • 类型:command
    • 命令:/path/to/bun /path/to/mcp-apple-notes/index.ts
  3. 重启 Cursor IDE

功能支持

  • list-notes: 列出所有笔记标题
  • index-notes: 为语义搜索索引笔记
  • get-note: 按标题获取笔记
  • search-notes: 使用语义或关键词搜索笔记
  • create-note: 创建新笔记

排查问题

如遇问题,请检查路径配置、运行状态及 Apple Notes 权限。