HomeOther › Joplin MCP Server

Joplin MCP Server

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

Python
★ 173 stars Last pushed 2026-09-12 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.10.0)

uvx joplin-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<YOUR_VALUE>",
        "JOPLIN_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • JOPLIN_TOKEN required secret — Web Clipper authentication token from a running Joplin instance
  • JOPLIN_URL — Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)

Related servers

Data from the Official MCP Registry