-
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
Joplin的模型上下文协议 (MCP) 服务器,支持通过模型上下文协议访问笔记。非常适合与 Claude 等 AI 助手集成。
在项目目录中创建.env
文件:
/PATH/TO/UV/uv
替换为 uv 安装的绝对路径which uv
/Users/username/.local/bin/uv
C:\Users\username\AppData\Local\Microsoft\WindowsApps\uv.exe
/PATH/TO/YOUR/PROJECT/joplin_mcp
替换为项目的绝对路径重要提示:Claude Desktop 需要uv
的完整路径,因为它无法访问 shell 环境变量。
在乔普林 (Joplin) 搜索笔记。
参数:
query
(字符串):搜索查询limit
(int,可选):最大结果数(默认值:100)通过 ID 检索特定注释。
参数:
note_id
(字符串): 笔记的 ID创建新笔记。
参数:
title
(字符串):注释标题body
(字符串,可选):Markdown 中的注释内容parent_id
(字符串,可选):父文件夹的 IDis_todo
(布尔值,可选):这是否是待办事项更新现有注释。
参数:
note_id
(字符串): 要更新的注释的 IDtitle
(字符串,可选):新标题body
(字符串,可选):新内容parent_id
(字符串,可选):新的父文件夹 IDis_todo
(布尔值,可选):新的待办事项状态删除注释。
参数:
note_id
(字符串): 要删除的注释的 IDpermanent
(布尔值,可选):如果为真,则永久删除该注释将 markdown 文件导入为新笔记。
参数:
file_path
(字符串):markdown 文件的路径以调试模式启动服务器:
这将启动http://localhost:5173上的 MCP 检查器,您可以在其中测试工具。
MIT 许可证- 版权所有 (c) 2025 David Weigend
大卫·魏根德
欢迎贡献代码、提出问题和功能请求!请访问问题页面。
local-only server
The server can only run on the client's local machine because it depends on local resources.
该服务器使 AI 助手能够通过模型上下文协议访问和操作 Joplin 笔记,从而允许使用自然语言搜索、阅读、编辑和管理笔记。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dweigend/joplin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server