Linkwarden
Rank #8,722io.github.ni-c/linkwarden-mcp
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
Linkwarden is a Model Context Protocol (MCP) server published by ni-c. It ranks #8,722 of 115,460 servers tracked on MCP Toplist. Linkwarden is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 17, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 106,738 of 115,460 servers on MCP Toplist.
Use Linkwarden
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add linkwarden-mcp -e "LINKWARDEN_URL=<your LINKWARDEN_URL>" -e "LINKWARDEN_TOKEN=<your LINKWARDEN_TOKEN>" -e "LINKWARDEN_READ_ONLY=<your LINKWARDEN_READ_ONLY>" -e "LINKWARDEN_ALLOW_TOOLS=<your LINKWARDEN_ALLOW_TOOLS>" -e "LINKWARDEN_DENY_TOOLS=<your LINKWARDEN_DENY_TOOLS>" -e "LINKWARDEN_INSECURE_TLS=<your LINKWARDEN_INSECURE_TLS>" -- npx -y linkwarden-mcpReplace each placeholder with your own value before saving.
claude mcp add linkwarden-mcp -e "LINKWARDEN_URL=<your LINKWARDEN_URL>" -e "LINKWARDEN_TOKEN=<your LINKWARDEN_TOKEN>" -e "LINKWARDEN_READ_ONLY=<your LINKWARDEN_READ_ONLY>" -e "LINKWARDEN_ALLOW_TOOLS=<your LINKWARDEN_ALLOW_TOOLS>" -e "LINKWARDEN_DENY_TOOLS=<your LINKWARDEN_DENY_TOOLS>" -e "LINKWARDEN_INSECURE_TLS=<your LINKWARDEN_INSECURE_TLS>" -- docker run -i --rm ghcr.io/ni-c/linkwarden-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.linkwarden-mcp]
command = "npx"
args = ["-y", "linkwarden-mcp"]
[mcp_servers.linkwarden-mcp.env]
LINKWARDEN_URL = "<your LINKWARDEN_URL>"
LINKWARDEN_TOKEN = "<your LINKWARDEN_TOKEN>"
LINKWARDEN_READ_ONLY = "<your LINKWARDEN_READ_ONLY>"
LINKWARDEN_ALLOW_TOOLS = "<your LINKWARDEN_ALLOW_TOOLS>"
LINKWARDEN_DENY_TOOLS = "<your LINKWARDEN_DENY_TOOLS>"
LINKWARDEN_INSECURE_TLS = "<your LINKWARDEN_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.linkwarden-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/linkwarden-mcp:0.2.0"]
[mcp_servers.linkwarden-mcp.env]
LINKWARDEN_URL = "<your LINKWARDEN_URL>"
LINKWARDEN_TOKEN = "<your LINKWARDEN_TOKEN>"
LINKWARDEN_READ_ONLY = "<your LINKWARDEN_READ_ONLY>"
LINKWARDEN_ALLOW_TOOLS = "<your LINKWARDEN_ALLOW_TOOLS>"
LINKWARDEN_DENY_TOOLS = "<your LINKWARDEN_DENY_TOOLS>"
LINKWARDEN_INSECURE_TLS = "<your LINKWARDEN_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkwarden-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/linkwarden-mcp:0.2.0"
],
"env": {
"LINKWARDEN_URL": "<your LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<your LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<your LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkwarden-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/linkwarden-mcp:0.2.0"
],
"env": {
"LINKWARDEN_URL": "<your LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<your LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<your LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"linkwarden-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/linkwarden-mcp:0.2.0"
],
"env": {
"LINKWARDEN_URL": "<your LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<your LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<your LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkwarden-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/linkwarden-mcp:0.2.0"
],
"env": {
"LINKWARDEN_URL": "<your LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<your LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<your LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkwarden-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/linkwarden-mcp:0.2.0"
],
"env": {
"LINKWARDEN_URL": "<your LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<your LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<your LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<your LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<your LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<your LINKWARDEN_INSECURE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Flinkwarden-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Flinkwarden-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Flinkwarden-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- mcp-hub#4,896 · 8 vers
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- OpenStreetMap#10,626 · 3 vers
- Calibre-Web#10,860 · 3 vers
- Mealie MCP Server#11,402 · 3 vers
- Rustpad MCP Server#11,712 · 3 vers
- ntfy#17,003 · 1 ver
- IMAP mailbox#17,902 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Aug 26, 2026 |
| 0.1.3 | Aug 25, 2026 |
| 0.1.2 | Aug 18, 2026 |
| 0.1.1 | Aug 17, 2026 |
Frequently asked questions
- Who maintains Linkwarden?
- Linkwarden is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Linkwarden listed on the Official MCP Registry?
- Yes — Linkwarden is listed on the Official MCP Registry, alongside Glama.
- How many versions does Linkwarden have?
- MCP Toplist tracks 4 versions of Linkwarden, most recently published on Aug 26, 2026.
- Where can I find the source code for Linkwarden?
- The source code for Linkwarden is hosted at github.com/ni-c/linkwarden-mcp.