Skip to content
Cursor

Joplin MCP Server for Cursor

io.github.alondmnt/joplin-mcp

FastMCP server exposing Joplin notes, notebooks, tags, and imports.

client:Cursor transport:stdio runtime:pypi

Install Joplin MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "joplin-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<JOPLIN_TOKEN>",
        "JOPLIN_URL": "<JOPLIN_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Joplin MCP Server in other clients