Skip to main content
Glama

注释 MCP

与 macOS 上的 Apple Notes 连接的 MCP 服务器。

Claude 用法示例

支持的工具

  • notes-get-folders :获取所有文件夹。

  • notes-get-notes :获取文件夹中的所有笔记。

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

  • notes-get-note-by-id :通过标识符获取注释。

  • notes-get-note-by-title :通过完全匹配的标题查找注释。

  • notes-get-note-count :获取笔记总数。

Related MCP server: mcp-my-apple-remembers

用法

构建它

始终先安装依赖项并构建它:

npm install && npm run build

使用 Claude 桌面版

将以下内容添加到您的~/Library/Application\ Support/Claude/claude_desktop_config.json

{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }

并检查它是否在 Claude 设置中运行:

Claude MCP 设置

使用光标

{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }

然后检查 Cursor MCP 设置:

光标 MCP 设置

独立或用于其他项目

node dist/index.js

执照

Notes MCP根据 MIT 许可证授权的。

-
security - not tested
A
license - permissive license
-
quality - not tested

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/krasun/notes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server