Skip to main content
Glama

MCP Apple Notes

by Dingzeefs

MCP 苹果笔记

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

特征

  • 🔍 使用设备上嵌入模型进行语义搜索
  • 📝 全文搜索功能
  • 💾 使用 LanceDB 进行向量存储
  • 🍎 原生 Apple Notes 集成

先决条件

  • 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 可访问且已授予权限

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

模型上下文协议服务器,支持对 Apple Notes 内容进行语义搜索和检索,允许 AI 助手使用设备上的嵌入访问、搜索和创建笔记。

  1. 特征
    1. 先决条件
      1. 安装
        1. 用法
          1. 在 Cursor IDE 中配置
          2. 使用 MCP 服务器
        2. 故障排除
          1. 执照

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables interaction with Apple Notes via natural language, supporting note creation, search, and retrieval with iCloud integration for seamless note management.
              Last updated -
              3
              2
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A 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 -
              6
              TypeScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with the HackMD API for managing notes, including creating, reading, updating, and deleting notes.
              Last updated -
              12
              122
              21
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows AI assistants like Claude to read notes from the Bear note-taking app in a safe, read-only mode.
              Last updated -
              2
              JavaScript
              MIT License
              • Apple

            View all related MCP servers

            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