joplin-mcp-server

7Xme/joplin-mcp-server
★ 0 stars Python AI/LLM Updated 4d ago
MCP server connecting Joplin notes to AI assistants (Claude Desktop, opencode, Cursor, VS Code Copilot) via Joplin's local REST API. 20 tools: search, create, edit, delete, move, todos, tags, bulk operations. Full UTF-8/Arabic support. Private, local-only, token from env var.
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-server": {
      "command": "uvx",
      "args": [
        "joplin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install joplin-mcp-server

README Excerpt

<div align="center"> **Connect Joplin notes to AI — Claude Desktop, opencode, Cursor, VS Code Copilot** اربط ملاحظات Joplin بالذكاء الاصطناعي عبر Model Context Protocol </div> --- **Joplin MCP Server** هو خادم [Model Context Protocol (MCP)](https://modelcontextprotocol.io) يربط أدوات الذكاء الاصطناعي بملاحظاتك في **Joplin** عبر **REST API المحلي** (المنفذ 41184).

Tools (20)

JOPLIN_TOKENJOPLIN_URLfolder_idjoplin_add_tag_to_notejoplin_bulk_add_tagjoplin_bulk_delete_notesjoplin_bulk_move_notesjoplin_bulk_remove_tagjoplin_create_folderjoplin_create_notejoplin_delete_notejoplin_get_folderjoplin_get_notejoplin_get_tagjoplin_list_foldersjoplin_list_notesjoplin_list_tagsjoplin_list_todosjoplin_pingjoplin_remove_tag_from_note