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.
We read the source, 10 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add joplin-mcp -- uvx joplin-mcp
{
"mcpServers": {
"joplin-mcp": {
"args": [
"joplin-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.joplin-mcp]
command = "uvx"
args = ["joplin-mcp"]
{
"mcpServers": {
"joplin-mcp": {
"args": [
"joplin-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Notion MCP server — search, export, and import pages as markdown
MCP server exposing Z3 solver API
MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.
MCP server exposing number theory functions and factorization algorithms
MCP server exposing the ATimeLogger REST API (activities, reports, types)
MCP server exposing Exa websearch API
ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).
MCP server exposing rpcbind/RPC portmapper functionality
Answers built from our own checks of this server.