MCP Catalogs
首页

joplin-mcp

by alondmnt·112·综合分 49

基于FastMCP的服务器,提供25个优化工具,让AI助手与Joplin笔记互动。

productivityai-llmknowledge-graph
10
Forks
2
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Joplin MCP Server为AI助手和Joplin笔记应用之间提供全面集成。它暴露了25个工具,涵盖笔记管理、笔记本组织、标签操作、回收站管理、文件导入和系统健康检查。服务器支持权限级别控制AI访问,并使用gitignore模式语法的笔记本允许列表系统进行细粒度访问控制。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI助手可以从您的Joplin知识库中搜索和检索特定笔记
:通过自然语言命令创建、更新和组织笔记
:根据内容自动标记和分类笔记
:如何限制访问特定笔记本?
:有哪些权限级别可用?

什么时候选它

如果您使用Joplin作为笔记应用,并希望AI助手直接访问、搜索和管理您的笔记,无需手动导出/导入工作流,请选择此服务器。

什么时候不要选它

如果您使用的是其他笔记应用,请不要选择此服务器,因为它仅适用于Joplin的特定API和数据结构。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • find_notes

    Search for notes in Joplin, with optional trash filter

  • find_notes_with_tag

    Find notes that contain a specific tag

  • find_notes_in_notebook

    Find notes within a specific notebook

  • get_note

    Retrieve the full content of a specific note

  • create_note

    Create a new note in Joplin

  • update_note

    Update an existing note with new content

  • list_notebooks

    List all notebooks in your Joplin workspace

  • create_notebook

    Create a new notebook in Joplin

  • list_tags

    List all tags in your Joplin workspace

  • create_tag

    Create a new tag in Joplin

  • tag_note

    Add a tag to an existing note

  • ping_joplin

    Check connectivity to Joplin server

可对比工具

notion-mcpevernote-mcpmem.ai-mcpobsidian-mcp

安装

安装

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:

  1. 在 Jan 界面中添加 MCP 服务器
  2. 名称:joplin
  3. 命令:uvx --from joplin-mcp joplin-mcp-server
  4. 环境变量:JOPLIN_TOKEN(您的令牌)

FAQ

如何限制访问特定笔记本?
使用笔记本允许列表功能和gitignore模式语法。通过JSON文件或JOPLIN_NOTEBOOK_ALLOWLIST环境变量配置。
有哪些权限级别可用?
服务器提供4个权限级别:读取(始终启用)、写入(创建内容)、更新(修改内容)和删除(删除内容)。

joplin-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。