joplin

GitHub

Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "joplin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-joplin"
      ]
    }
  }
}