joplin-mcp-server
If you are the rightful owner of joplin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) Server for Joplin that enables note access through the Model Context Protocol.
The Joplin MCP Server is designed to facilitate seamless interaction with Joplin notes through the Model Context Protocol. This server is particularly useful for integrating with AI assistants like Claude, allowing users to perform various operations on their notes such as searching, reading, editing, and deleting. The server also supports markdown import, making it versatile for users who prefer to manage their notes in markdown format. With the integration of AI capabilities, users can leverage advanced features to enhance their note-taking and management experience.
Features
- Full-text search across all notes
- Retrieve individual notes
- Create new notes and update existing ones
- Move notes to trash or delete permanently
- Import markdown files as notes
Tools
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.