Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 08:40

"Joplin" matching MCP tools:

  • 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

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.
    Last updated
    2
    41
    23
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to interact with Joplin notes, notebooks, and tags through a standardized MCP interface, supporting CRUD operations, search, and organization.
    Last updated
    19
    132
    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
  • Modify an existing Joplin folder by updating its title or parent folder using the folder ID. Simplify folder management and organization.
    MIT
  • Find and retrieve matching notebooks in Joplin by searching for notes with specific queries using the Joplin MCP Server.
    MIT
  • Search Joplin notes by title or content using advanced query syntax, filter by task, completion, or trash, and paginate results.
    MIT
  • Create a new notebook in Joplin to organize notes, including sub-notebooks under a parent notebook with an optional emoji icon.
    MIT
  • Update a Joplin note's title, body, todo status, or due date, or move it to a different notebook by name or path. Replaces the entire body when specified.
    MIT
  • Precision-edit a note's body by replacing, deleting, appending, or prepending text without reading or replacing the full content.
    MIT
  • Remove one or more tags from one or more Joplin notes. Supports batch operations by accepting lists of note IDs and tag names.
    MIT
  • Run JavaScript with write access to Joplin notes: create, update, delete, or modify notes and notebooks. Supports top-level await.
    Apache 2.0
  • Add one or more tags to one or more notes in a single operation. Returns a detailed report of successes and failures.
    MIT