-
securityF
license-
qualityA Model Context Protocol server that enables semantic search and retrieval of Apple Notes content, allowing AI assistants to access, search, and create notes using on-device embeddings.
Last updated -
2
TypeScript
Inkdrop 本地 HTTP 服务器 API的模型上下文协议服务器。
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
read-note
:通过数据库中的 ID 检索笔记的完整内容。noteId
:要检索的笔记的 ID。在笔记文档中,它可以作为_id
找到。它始终以note:
开头。search-notes
:列出包含给定关键字的所有注释。keyword
:要搜索的关键字。read-note
获取完整内容。book:
、 tag:
、 status:
、 title:
等。list-notes
:列出符合指定条件的所有注释。bookId
:笔记本 ID。它始终以 'book:' 开头。tagIds
:要过滤的标签 ID 数组。每个标签 ID 都以 'tag:' 开头。keyword
:用于过滤笔记的关键字。sort
:排序字段( updatedAt
、 createdAt
或title
)。默认值: updatedAt
。descending
:反转输出顺序。默认值: true
。read-note
获取完整内容。create-note
:在数据库中创建新注释。bookId
:笔记本 ID。必须以 'book:' 开头,或者为 'trash'。title
:笔记标题。body
:Markdown 格式的笔记内容。status
:笔记状态( none
、 active
、 onHold
、 completed
、 dropped
)。update-note
:更新数据库中现有的注释。_id
:笔记 ID。必须以 'note:' 开头。_rev
:修订 ID(CouchDB MVCC 令牌)。bookId
:笔记本 ID。必须以 'book:' 开头,或者为 'trash'。title
:笔记标题。body
:Markdown 格式的笔记内容。status
:笔记状态( none
、 active
、 onHold
、 completed
、 dropped
)。list-notebooks
:检索所有笔记本的列表。list-tags
:检索所有标签的列表。由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。为了获得最佳调试体验,我们强烈建议使用MCP Inspector 。
您可以使用以下命令通过npm
启动 MCP Inspector:
确保环境变量配置正确。
启动后,检查器将显示一个 URL,您可以在浏览器中访问该 URL 以开始调试。
您还可以使用以下命令查看服务器日志:
local-only server
The server can only run on the client's local machine because it depends on local resources.
通过模型上下文协议将 Inkdrop 笔记应用程序与 Claude AI 集成,允许 Claude 在 Inkdrop 数据库中搜索、阅读、创建和更新笔记。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inkdropapp/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server