joplin-mcp
by alondmnt·★ 112·综合分 49
基于FastMCP的服务器,提供25个优化工具,让AI助手与Joplin笔记互动。
概述
Joplin MCP Server为AI助手和Joplin笔记应用之间提供全面集成。它暴露了25个工具,涵盖笔记管理、笔记本组织、标签操作、回收站管理、文件导入和系统健康检查。服务器支持权限级别控制AI访问,并使用gitignore模式语法的笔记本允许列表系统进行细粒度访问控制。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用Joplin作为笔记应用,并希望AI助手直接访问、搜索和管理您的笔记,无需手动导出/导入工作流,请选择此服务器。
什么时候不要选它
如果您使用的是其他笔记应用,请不要选择此服务器,因为它仅适用于Joplin的特定API和数据结构。
此 server 暴露的工具
从 README 抽取出 12 个工具find_notesSearch for notes in Joplin, with optional trash filter
find_notes_with_tagFind notes that contain a specific tag
find_notes_in_notebookFind notes within a specific notebook
get_noteRetrieve the full content of a specific note
create_noteCreate a new note in Joplin
update_noteUpdate an existing note with new content
list_notebooksList all notebooks in your Joplin workspace
create_notebookCreate a new notebook in Joplin
list_tagsList all tags in your Joplin workspace
create_tagCreate a new tag in Joplin
tag_noteAdd a tag to an existing note
ping_joplinCheck connectivity to Joplin server
可对比工具
安装
安装
Claude Desktop
# 自动安装和配置
pip install joplin-mcp
joplin-mcp-install**手动配置:** 添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"joplin": {
"command": "uvx",
"args": ["--from", "joplin-mcp", "joplin-mcp-server"],
"env": {
"JOPLIN_TOKEN": "your_token_here"
}
}
}
}其他客户端
对于 Claude Code:
/plugin marketplace add alondmnt/joplin-mcp
/plugin install joplin-mcp对于 Jan AI:
- 在 Jan 界面中添加 MCP 服务器
- 名称:
joplin - 命令:
uvx --from joplin-mcp joplin-mcp-server - 环境变量:
JOPLIN_TOKEN(您的令牌)
FAQ
- 如何限制访问特定笔记本?
- 使用笔记本允许列表功能和gitignore模式语法。通过JSON文件或JOPLIN_NOTEBOOK_ALLOWLIST环境变量配置。
- 有哪些权限级别可用?
- 服务器提供4个权限级别:读取(始终启用)、写入(创建内容)、更新(修改内容)和删除(删除内容)。
joplin-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。