linkding

GitHub

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "linkding": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-linkding"
      ]
    }
  }
}