Joplin MCP Server
未申請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.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.