codetopolymath/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.
The Joplin MCP Server connects Claude Desktop to Joplin for efficient note management using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
create_note
Create a new note with specified content.
update_note
Update an existing note with new content.
delete_note
Delete a specified note.
search_notes
Search for notes based on a query.
create_notebook
Create a new notebook.
update_notebook
Update properties of an existing notebook.
delete_notebook
Delete a specified notebook.
create_tag
Create a new tag.
add_tag_to_note
Add a tag to a specified note.
remove_tag_from_note
Remove a tag from a specified note.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client