OlympHill
apple-notes-mcp logo

apple-notes-mcp使用 Claude Model Context Protocol 读取您的 Apple Notes

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Apple Notes MCP(模型上下文协议)是一个用于读取 Apple Notes 数据库并将其提供给 Claude Desktop 的服务器。这使得 Claude 能够搜索笔记并获取更多关于用户的洞察。 服务器实现了对 Apple Notes 数据库的读取和写入功能,提供了多个提示来处理诸如获取所有笔记、检索笔记内容以及搜索笔记等任务。 然而,服务器缺少一些功能,包括处理加密笔记、支持固定笔记过滤以及检索附件内容。 使用服务器时,建议通过 uv 安装,并按照 README 中的说明进行配置。服务器必须在 macOS 上获得完全磁盘访问权限,以访问 Apple Notes 的 sqlite 数据库。 开发和发布也有相应文档,包括构建包分发和发布到 PyPI。 Apple Notes MCP 项目遵循 MIT 许可证,源代码托管于 GitHub。

主要功能

  • 读取 Apple Notes 数据库
  • 获取所有笔记
  • 读取指定笔记
  • 搜索笔记

价格

模型
Free
评分
暂无评价

使用场景

知识检索

使用 Claude Desktop 在遗忘的 Apple Notes 中搜索并检索信息

笔记访问

为 Claude Desktop 提供 Apple Notes 访问权限,使其在生成回复时能够考虑笔记内容

优点 & 缺点

优点

  • 将 Apple Notes 与 Claude Desktop 集成
  • 支持在笔记中搜索
  • 能够检索特定笔记的内容

缺点

  • 不支持加密笔记的处理
  • 不支持对固定笔记的过滤
  • 无法创建或编辑笔记

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the server compatible with Windows and how do I configure it there?

Yes, on Windows you place the server configuration in the APPDATA path: `APPDATA/Claude/claude_desktop_config.json`. The same uv commands work, but you must also ensure the server has the necessary file permissions to access the Notes database if applicable.

Asked by Ren Nakamura · May 13, 2026

What can the Apple Notes MCP server read and search, and what is it currently unable to handle?

The server can list all notes, retrieve full content of a specific note, and search through notes. It does not support encrypted notes, pinned notes filtering, cloud sync status, attachment retrieval, checklist status, or creating/editing notes.

Asked by Yara Mansour · Mar 30, 2026

How do I install and run the Apple Notes MCP server on my Mac?

Install the package with uv: `uvx apple-notes-mcp` or `uv pip install apple-notes-mcp`. Then add the server config to your Claude Desktop config file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json). Finally, grant the server Full Disk Access in System Settings so it can read the Apple Notes SQLite database.

Asked by Leila Hassan · Mar 18, 2026

提问

服务配缩器 的替代品