Joplin MCP Server
About
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
JOPLIN_TOKEN JOPLIN_URLClaude Code
claude mcp add --env JOPLIN_TOKEN= --env JOPLIN_URL= joplin-mcp -- uvx joplin-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"joplin-mcp","command":"uvx","args":["joplin-mcp"],"env":{"JOPLIN_TOKEN":"","JOPLIN_URL":""}}'
JSON
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "",
"JOPLIN_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.