# sissbruecker/linkding | Model Context Protocol (MCP) Server > Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker. - **Stars**: ⭐ 10,999 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "linkding": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-linkding" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "linkding": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-linkding" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-linkding` - **Docker**: `docker run -i --rm mcp/linkding`