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. 234 installs a week from npm. Last commit 14 Sep 2026.

Search, read, create, edit and sync Joplin notes and notebooks via a headless Joplin sidecar.

Installs per day peak 61 · avg 18 · -49% w/w
a month agotoday
234
Installs / week
npm · joplin-mcp-server
7
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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 src/lib/joplin-sidecar.ts:439
    const proc = spawn(cmd, args, {
Secret passed into the image build Dockerfile:11
ENV JOPLIN_TOKEN=""

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-server -- npx -y joplin-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "joplin-mcp-server": {
      "args": [
        "-y",
        "joplin-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.joplin-mcp-server]
command = "npx"
args = ["-y", "joplin-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "joplin-mcp-server": {
      "args": [
        "-y",
        "joplin-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "joplin-mcp-server": {
      "args": [
        "-y",
        "joplin-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JOPLIN_TOKEN (Joplin API token, for external mode only (see JOPLIN_HOST). Sidecar mode manages its own token and ignores this.), JOPLIN_HOST (Connect to an existing Joplin instance at this host instead of running a sidecar), JOPLIN_PORT (Port of the existing Joplin instance (default: 41184)), JOPLIN_PROFILE (Joplin data directory for sidecar mode (default: ~/.config/joplin-mcp)), JOPLIN_CLI (Path to the joplin CLI binary, overriding auto-detection), JOPLIN_SYNC_TARGET (Sync target: none, filesystem, webdav, nextcloud, joplin-cloud, joplin-server, s3, dropbox, onedrive (default: none)), JOPLIN_SYNC_PATH (Sync target URL or path; the bucket name for the s3 target), JOPLIN_SYNC_USERNAME (Sync username or email; the access key for the s3 target), JOPLIN_SYNC_PASSWORD (Sync password; the secret key for the s3 target), JOPLIN_SYNC_REGION (S3 region (default: us-east-1)), JOPLIN_SYNC_ENDPOINT (S3 endpoint URL for non-AWS providers such as Backblaze B2, MinIO, R2 or Wasabi (default: https://s3.amazonaws.com/)), JOPLIN_SYNC_FORCE_PATH_STYLE (Use path-style S3 URLs, which self-hosted providers such as MinIO usually require: true or false (default: false)), LOG_LEVEL (Log verbosity: debug, info, warn or error (default: info)). 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
Browser Automation
by dataleadspro

Programmatic headless browser sessions: create, interact, browse, and extract - rendered in a real

5 tools answering
Gleanit
by gleanit

Search, read, and write highlights, notes, screenshots, collections, projects, and tags in Gleanit.

answering
Screaming Frog SEO Spider MCP Server (headless)
by bzsasson

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

886 installs/wk local only
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
Ichabod
by ichabod

The headless professional network: create a profile, then let your agent find you matches via MCP.

answering
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

537 installs/wk local only
I
CraftyFormsMCP
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

local only
I
Crafty Form Server
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

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 npm package joplin-mcp-server was installed 234 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-server straight from npm; nothing to host, nothing to sign up for.
How many people use Joplin MCP Server?
The npm package joplin-mcp-server was installed 234 times in the last week. Week over week that is -49%. 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 TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.