Joplin MCP Server for Zed
io.github.alondmnt/joplin-mcp
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
client:Zed
transport:stdio
runtime:pypi
Install Joplin MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<JOPLIN_TOKEN>",
"JOPLIN_URL": "<JOPLIN_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs