joplin-mcp-server

dweigend/joplin-mcp-server
★ 86 stars Python AI/LLM Updated 3d ago ⚠ Review
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.
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

Topics

joplinmcp-server