Apple Notes MCP 服务器

Apple Notes MCP 服务器

一个用于通过自然语言与 Apple Notes 交互的 Model Context Protocol 服务器。

快速入门

  1. 克隆仓库: git clone https://github.com/Siddhant-K-code/mcp-apple-notes.git cd mcp-apple-notes
  2. 安装依赖: yarn install
  3. 构建项目: yarn build
  4. 启动服务器: yarn start
  5. 配置 Claude Desktop,更新 claude_desktop_config.json 文件: { "mcpServers": { "apple-notes": { "command": "yarn", "args": ["start"], "cwd": "/path/to/mcp-apple-notes" } } } 注意:将 /path/to/mcp-apple-notes 替换为实际路径。
  6. 启动成功后,服务器会显示: Starting Apple Notes MCP server. 现在可以创建、搜索和获取笔记内容。