Joplin MCP Server for Windsurf
io.github.alondmnt/joplin-mcp
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
client:Windsurf
transport:stdio
runtime:pypi
Install Joplin MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
],
"env": {
"JOPLIN_TOKEN": "<JOPLIN_TOKEN>",
"JOPLIN_URL": "<JOPLIN_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs