Joplin MCP Server
JSON →A Model Context Protocol (MCP) Server for https://joplinapp.org/ that enables note access through the https://modelcontextprotocol.io. Perfect for integration with AI assistants like Claude.
Install
pip install -e Tools · 6
- search_notes Search for notes in Joplin.
- get_note Retrieve a specific note by its ID.
- create_note Create a new note.
- update_note Update an existing note.
- delete_note Delete a note.
- import_markdown Import a markdown file as a new note.
Environment variables
JOPLIN_TOKEN
Links
★ 79 GitHub stars