Joplin MCP Server
Rank #1,342io.github.alondmnt/joplin-mcp
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
Joplin MCP Server is a Model Context Protocol (MCP) server published by alondmnt. It ranks #1,342 of 132,046 servers tracked on MCP Toplist, and its repository has 173 GitHub stars. Joplin MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jul 6, 2025 and most recently updated on Sep 12, 2026.
Ranks ahead of 130,704 of 132,046 servers on MCP Toplist.
Use Joplin MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add joplin-mcp -e "JOPLIN_TOKEN=<your JOPLIN_TOKEN>" -e "JOPLIN_URL=<your JOPLIN_URL>" -- uvx joplin-mcpReplace each placeholder with your own value before saving.
[mcp_servers.joplin-mcp]
command = "uvx"
args = ["joplin-mcp"]
[mcp_servers.joplin-mcp.env]
JOPLIN_TOKEN = "<your JOPLIN_TOKEN>"
JOPLIN_URL = "<your JOPLIN_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<your JOPLIN_TOKEN>",
"JOPLIN_URL": "<your JOPLIN_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<your JOPLIN_TOKEN>",
"JOPLIN_URL": "<your JOPLIN_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"joplin-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<your JOPLIN_TOKEN>",
"JOPLIN_URL": "<your JOPLIN_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<your JOPLIN_TOKEN>",
"JOPLIN_URL": "<your JOPLIN_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<your JOPLIN_TOKEN>",
"JOPLIN_URL": "<your JOPLIN_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alondmnt%2Fjoplin-mcp)<a href="https://mcptoplist.com/server/io.github.alondmnt%2Fjoplin-mcp"><img src="https://mcptoplist.com/badge/io.github.alondmnt%2Fjoplin-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
alondmnt
Available versions (9)
| Version | Published |
|---|---|
| 0.10.0 | Sep 12, 2026 |
| 0.9.0 | Jun 10, 2026 |
| 0.8.0 | May 16, 2026 |
| 0.7.1 | Mar 1, 2026 |
| 0.7.0 | Feb 27, 2026 |
| 0.6.0 | Feb 10, 2026 |
| 0.5.0 | Jan 30, 2026 |
| 0.4.1 | Oct 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Joplin MCP Server?
- Joplin MCP Server is maintained by alondmnt, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Joplin MCP Server listed on the Official MCP Registry?
- Yes — Joplin MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Joplin MCP Server have?
- MCP Toplist tracks 9 versions of Joplin MCP Server, most recently published on Sep 12, 2026.
- Where can I find the source code for Joplin MCP Server?
- The source code for Joplin MCP Server is hosted at github.com/alondmnt/joplin-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.