PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversnote-takingjoplin-mcp
返回「note-taking」

joplin-mcp

modelscope·@IAMSamuelRodda/joplin-mcp

note-taking0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Joplin MCP Server

MCP (Model Context Protocol) server for Joplin Notes integration, allowing AI assistants to manage your notes, notebooks, and tags.

Features

  • Notes: List, create, update, search, and delete notes
  • Notebooks: List and create notebooks (folders)
  • Tags: List tags and tag notes
  • Search: Full Joplin search syntax support
  • To-dos: Create and manage to-do items

Prerequisites

  • Joplin desktop app must be running
  • Web Clipper service must be enabled

Setup

1. Enable Web Clipper in Joplin

  1. Open Joplin desktop
  2. Go to Tools Options Web Clipper
  3. Click Enable Web Clipper Service
  4. Copy the Authorization token

2. Install Dependencies

cd repos/joplin-mcp
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt

3. Configure Claude Code

Add to your Claude Code MCP settings (~/.claude/mcp_settings.json):

{
  "mcpServers": {
    "joplin": {
      "command": "/home/samuel/repos/joplin-mcp/.venv/bin/python",
      "args": ["/home/samuel/repos/joplin-mcp/joplin_mcp.py"],
      "env": {
        "JOPLIN_TOKEN": "your-api-token-here"
      }
    }
  }
}

Available Tools

ToolDescription
joplin_list_notebooksList all notebooks
joplin_create_notebookCreate a new notebook
joplin_list_notesList notes (filterable by notebook)
joplin_get_noteGet full note content
joplin_create_noteCreate a new note
joplin_update_noteUpdate existing note
joplin_delete_noteDelete a note
joplin_search_notesSearch notes
joplin_list_tagsList all tags
joplin_tag_noteAdd tag to note

Usage Examples

Once configured, you can ask Claude:

  • "Show me my Joplin notebooks"
  • "List my recent notes"
  • "Create a note called 'Meeting Notes' in my Work notebook"
  • "Search for notes about 'project plan'"
  • "What notes are tagged with 'important'?"

Search Syntax

The joplin_search_notes tool supports Joplin's query syntax:

  • title:meeting - Search in title
  • body:action items - Search in body
  • tag:work - Filter by tag
  • notebook:Projects - Filter by notebook
  • type:todo - Only to-dos
  • iscompleted:0 - Incomplete to-dos
  • created:20240101 - Created after date
  • updated:20240101 - Updated after date

Combine: tag:work type:todo iscompleted:0 finds incomplete work todos.

Note

Joplin desktop must be running for the MCP server to work. The API connects to localhost:41184 (the Web Clipper service).

License

MIT

相关 MCP Servers(来自「note-taking」)

记忆库管理器

通过全局和分支特定的记忆库,管理跨 Claude AI 会话的项目文档和上下文的服务器,通过结构化的 JSON 文档存储实现一致的知识管理。

@t3ta/memory-bank-mcp-server

日期时间MCP服务器

该服务器允许用户通过自定义URI方案存储、管理和总结笔记,具有添加新笔记以及生成详细程度不同的摘要的功能。

@bossjones/datetime-mcp-server

MCP Notion 服务

一个高性能的MCP服务器,将Notion集成到AI工作流中,通过标准化协议实现与Notion页面、数据库和评论的交互。

@Ejb503/systemprompt-mcp-notion

Notion MCP

用于Notion API的MCP服务器,使Claude能够与Notion工作区进行交互。

@suekou/mcp-notion-server

arXiv-MCP工具

通过简单的消息控制协议接口,使人工智能助手能够搜索和访问arXiv研究论文,从而实现论文的搜索、下载、列出和阅读功能。

@huanongfish/arxiv-mcp

Obsidian MCP 服务器

通过模型上下文协议,启用大型语言模型(LLMs)与Obsidian仓库之间的交互,支持安全的文件操作、内容管理和高级搜索功能。

@cyanheads/obsidian-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/iamsamuelrodda-joplin-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

cd repos/joplin-mcp uv venv .venv source .venv/bin/activate uv pip install -r requirements.txt

基本信息

分类
note-taking / app-automation / workplace-and-productivity
运行方式
No
许可证
Unknown
详情文件
iamsamuelrodda-joplin-mcp.md