← Index

Joplin MCP Server

io.github.alondmnt/joplin-mcp·v0.7.1·Other
Quality Score
83
/100

FastMCP server exposing Joplin notes, notebooks, tags, and imports.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<your-joplin_token>",
        "JOPLIN_URL": "<joplin_url>"
      }
    }
  }
}
§02  Environment variables
JOPLIN_TOKEN
requiredsecret

Web Clipper authentication token from a running Joplin instance

JOPLIN_URL

Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other