joplin-mcp

crunchypancake1/joplin-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server exposing a Joplin note collection as a tool set, running on Cloudflare Workers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "joplin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crunchypancake1/joplin-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes a [Joplin](https://joplinapp.org/) note collection as a tool set, running as a stateful agent on Cloudflare Workers. Point an MCP client (Claude, etc.) at the deployed endpoint and it can semantically search your notes, browse notebooks, and create/update/delete notes and notebooks directly against your own Joplin instance.

Tools (12)

create_notecreate_notebookdelete_notedelete_notebookget_indexed_notebooksget_notelist_notebookslist_notessearch_notesset_indexed_notebooksupdate_noteupdate_notebook