-
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
⚠️免责声明:这是https://github.com/TriliumNext/Notes/issues/705的原型。仅建议开发者使用。使用此工具前,请备份您的 Trilium 笔记。⚠️
TriliumNext Notes 的模型上下文协议服务器。该服务器提供通过 MCP 与 Trilium Notes 实例进行交互的工具。
更新:支持最新版本TriliumNext v0.92.6
注意:建议在 VSCode 中使用 Cline 扩展,而不是 Claude Desktop
确保首先设置环境变量:
TRILIUM_API_URL
(默认: http://localhost:8080/etapi )TRILIUM_API_TOKEN
(必需,请从 Trilium Notes 设置中获取)将服务器配置添加到您的 Claude Desktop 配置文件:
将以下配置添加到 Claude 配置文件中的mcpServers
对象:
配置文件的位置:
%APPDATA%/Claude/claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
服务器提供以下笔记管理工具:
search_notes
- 搜索笔记get_note
- 根据 ID 获取笔记内容create_note
创建新笔记update_note
- 更新现有注释delete_note
- 删除注释如果您想贡献或修改服务器:
local-only server
The server can only run on the client's local machine because it depends on local resources.
允许与 TriliumNext Notes 交互的模型上下文协议服务器,提供通过自然语言命令创建、搜索、检索、更新和删除笔记的工具。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tan-yong-sheng/triliumnext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server