Joplin MCP Server
Searches and edits Joplin notes, notebooks and tags through the Web Clipper API, with graded permissions.
Add it to your client
Communityuvx --from joplin-mcp joplin-mcp-server
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"--from",
"joplin-mcp",
"joplin-mcp-server"
]
}
}
}- Transport
- stdio
- Runtime
- Python
- Auth
- Required
- Tools
- 26
- License
- MIT
- Stars
- 166
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.
Similar MCP servers
Grounded Docs MCP Server
MCP serverIndexes library documentation locally so queries answer for the version actually in your lockfile.
Safe Docx
MCP serverEdits an existing Word file in place and emits both a clean copy and a tracked-changes redline.
Needle MCP Server
MCP serverBuilds and searches Needle document collections so PDFs, DOCX and XLSX files answer questions.

Comments(0)
Sign in to comment