mcpbeat Sign in

Joplin MCP Server

local only

Joplin MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 257 installs a week from pypi. Last commit 12 Sep 2026.

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

Installs per day peak 102 · avg 49 · -15% w/w
a month agotoday
257
Installs / week
pypi · joplin-mcp
173
Stars
2 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command bootstrap.py:48
    result = subprocess.run([str(python), str(Path(__file__).resolve()), *sys.argv[1:]])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add joplin-mcp -- uvx joplin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "joplin-mcp": {
      "args": [
        "joplin-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.joplin-mcp]
command = "uvx"
args = ["joplin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "joplin-mcp": {
      "args": [
        "joplin-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "joplin-mcp": {
      "args": [
        "joplin-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: JOPLIN_TOKEN (Web Clipper authentication token from a running Joplin instance), JOPLIN_URL (Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Joplin MCP Server

same job, measured the same way
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

40 installs/wk local only
MCP Z3 Prover
by daedalus

MCP server exposing Z3 solver API

47 installs/wk local only
Buildkite MCP Server
by buildkite

MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.

local only
MCP Number Theory
by daedalus

MCP server exposing number theory functions and factorization algorithms

54 installs/wk local only
Atimelogger MCP
by zaplitny

MCP server exposing the ATimeLogger REST API (activities, reports, types)

42 installs/wk local only
MCP Exa
by daedalus

MCP server exposing Exa websearch API

63 installs/wk local only
ROOT MCP Server
by omazapa

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

local only
MCP Rpcbind
by daedalus

MCP server exposing rpcbind/RPC portmapper functionality

54 installs/wk local only

Joplin MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Joplin MCP Server?
Joplin MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package joplin-mcp was installed 257 times last week.
How do I connect Joplin MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls joplin-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Joplin MCP Server?
The pypi package joplin-mcp was installed 257 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Joplin MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 173 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.