# laurent22/joplin | Model Context Protocol (MCP) Server > Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS. - **Stars**: ⭐ 55,922 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "joplin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-joplin" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "joplin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-joplin" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-joplin` - **Docker**: `docker run -i --rm mcp/joplin`