Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Joplin MCP Server logo
MCP server

Joplin MCP Server

Searches and edits Joplin notes, notebooks and tags through the Web Clipper API, with graded permissions.

0
SaveVisit website ↗

Add it to your client

Community
Install
uvx --from joplin-mcp joplin-mcp-server
mcpServers
{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "joplin-mcp",
        "joplin-mcp-server"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Required
Tools
26
License
MIT
Stars
166
Tools
find_notesfind_notes_with_tagfind_notes_in_notebookget_notecreate_noteedit_notelist_notebookslist_tagstag_noteimport_from_file

Twenty-six tools cover the whole Joplin object model — notes, notebooks, tags, trash, file import — but the design decision worth noting is that write access is graded. The installer asks separately for write, update and delete; read is always on, so a cautious setup gives an assistant search over years of notes without any way to damage them. A notebook allowlist narrows it further using gitignore-style patterns, hiding everything outside the listed notebooks. Connection is the Web Clipper token from Joplin Desktop's options, and attachment OCR text is readable too, which makes scanned PDFs searchable in the same query as plain notes.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?