linkding-mcp-server

jon-the-dev/linkding-mcp-server
★ 0 stars Python 🔌 API Integration Updated 1d ago
Linkding MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkding-mcp-server": {
      "command": "uvx",
      "args": [
        "linkding-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install linkding-mcp-server

README Excerpt

A Model Context Protocol (MCP) server for interacting with [LinkDing](https://github.com/sissbruecker/linkding), the self-hosted bookmark manager. This server enables LLMs to search, add, update, and manage bookmarks through LinkDing's REST API. - **Search bookmarks** with flexible filtering (query, tags, archived status)