Skip to main content
Glama
459,288 tools. Updated 2026-08-17 06:32

"Joplin" matching MCP tools:

  • Delete a Joplin notebook by ID, including all notes and sub-notebooks. The notebook moves to trash, or is permanently deleted if trash is disabled.
    MIT
  • Retrieve metadata for a Joplin attachment, including its MIME type and file extension, to determine the correct file format before saving.
    MIT
  • List all Joplin notebooks, including their IDs, titles, and parent folder IDs, to see and manage your note hierarchy.
    MIT
  • Retrieve all tags from your Joplin instance along with note counts, titles, IDs, and creation dates to organize your notes.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Model Context Protocol (MCP) server for Joplin note-taking app, enabling AI to read, search, and modify notes via sandboxed scripts.
    2
    54
    24
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that turns your Joplin notebook into a tool an LLM can actually use — read, search, write, and organize notes, and pull OCR'd text straight out of your screenshots.
    13
    1
    MIT
  • Retrieve all Joplin tags along with their IDs to enable filtering notes by tag using get_notes_by_tag.
    MIT
  • List Joplin notes, optionally within a specific notebook, with pagination to control result size.
    MIT
  • Delete a Joplin note by its ID, sending it to trash for recovery, or permanently removing it if trash is disabled.
    MIT
  • Retrieve the complete content of a Joplin note by its ID. Enables programmatic access to note details.
    MIT
  • Fetch a specific Joplin note's complete content and body using its note ID.
    MIT
  • Remove a folder or notebook from Joplin using its unique ID. Requires confirmation and supports force deletion for folders with contents.
    MIT
  • Generate and organize notes in Joplin by adding titles, markdown or HTML content, todos, and images, while optionally nesting them within specific notebooks.
    MIT
  • Create a new notebook or folder in Joplin by specifying a title and optional parent notebook ID for organization and structure.
    MIT
  • Modify existing notes in Joplin by updating titles, content (Markdown or HTML), parent notebooks, or todo status for improved organization and productivity.
    MIT