PluginBench
MCP Server
Active
MIT

Linkwarden MCP Server

io.github.ni-c/linkwarden-mcp

What is the Linkwarden MCP server?

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

How to install Linkwarden

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LINKWARDEN_URL
    required

    Base URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)

  • LINKWARDEN_TOKEN
    required
    secret

    Access token from Settings -> Access Tokens

  • LINKWARDEN_READ_ONLY

    Set to true to register only the 11 read tools and no write tools

  • LINKWARDEN_INSECURE_TLS

    Set to true to accept self-signed certificates for this connection only

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkwarden-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_URL": "<YOUR_LINKWARDEN_URL>",
        "LINKWARDEN_TOKEN": "<YOUR_LINKWARDEN_TOKEN>",
        "LINKWARDEN_READ_ONLY": "<YOUR_LINKWARDEN_READ_ONLY>",
        "LINKWARDEN_INSECURE_TLS": "<YOUR_LINKWARDEN_INSECURE_TLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "linkwarden-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_URL": "<YOUR_LINKWARDEN_URL>",
        "LINKWARDEN_TOKEN": "<YOUR_LINKWARDEN_TOKEN>",
        "LINKWARDEN_READ_ONLY": "<YOUR_LINKWARDEN_READ_ONLY>",
        "LINKWARDEN_INSECURE_TLS": "<YOUR_LINKWARDEN_INSECURE_TLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "linkwarden-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_URL": "<YOUR_LINKWARDEN_URL>",
        "LINKWARDEN_TOKEN": "<YOUR_LINKWARDEN_TOKEN>",
        "LINKWARDEN_READ_ONLY": "<YOUR_LINKWARDEN_READ_ONLY>",
        "LINKWARDEN_INSECURE_TLS": "<YOUR_LINKWARDEN_INSECURE_TLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "linkwarden-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_URL": "<YOUR_LINKWARDEN_URL>",
        "LINKWARDEN_TOKEN": "<YOUR_LINKWARDEN_TOKEN>",
        "LINKWARDEN_READ_ONLY": "<YOUR_LINKWARDEN_READ_ONLY>",
        "LINKWARDEN_INSECURE_TLS": "<YOUR_LINKWARDEN_INSECURE_TLS>"
      }
    }
  }
}
Claude Code
claude mcp add linkwarden-mcp --env LINKWARDEN_URL=<YOUR_LINKWARDEN_URL> --env LINKWARDEN_TOKEN=<YOUR_LINKWARDEN_TOKEN> --env LINKWARDEN_READ_ONLY=<YOUR_LINKWARDEN_READ_ONLY> --env LINKWARDEN_INSECURE_TLS=<YOUR_LINKWARDEN_INSECURE_TLS> -- npx -y linkwarden-mcp

Related MCP servers

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

0
TypeScript
MIT
View repository →

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

0
TypeScript
MIT
View repository →

FreshRSS

Active

MCP server for FreshRSS, the self-hosted RSS feed aggregator

0
TypeScript
MIT
View repository →

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

0
TypeScript
MIT
View repository →

mcp-hub

Active

Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients

0
TypeScript
MIT
View repository →

MCP server for Mealie, the self-hosted recipe manager and meal planner

0
TypeScript
MIT
View repository →