Joplin MCP Server
UnclaimedA 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.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (19)
body
(string, optional): Note content in Markdown
create_note
Create a new note.
create_notebook
Create a new notebook.
delete_note
Delete a note.
file_path
(string): Path to the markdown file
get_note
Retrieve a specific note by its ID.
import_markdown
Import a markdown file as a new note.
is_todo
(boolean, optional): Whether this is a todo item
limit
(int, optional): Maximum number of results (default: 100)
list_notebooks
List all available notebooks as a tree.
note_id
(string): ID of the note
notebook_name
(string, optional): Notebook title or full path such as Work/Projects
parent_id
(string, optional): Parent notebook ID
parent_notebook_name
(string, optional): Parent notebook title or full path
permanent
(boolean, optional): If true, permanently delete the note
query
(string): Search query
search_notes
Search for notes in Joplin.
title
(string): Notebook title
update_note
Update an existing note.