Loading MCP server directory, please wait...
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
npx @getmcp/cli add io.github.ni-c/linkwarden-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LINKWARDEN_URLBase URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)
LINKWARDEN_TOKENAccess token from Settings -> Access Tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/linkwarden-mcp": {
"command": "npx",
"args": [
"-y",
"linkwarden-mcp"
],
"env": {
"LINKWARDEN_URL": "",
"LINKWARDEN_TOKEN": "",
"LINKWARDEN_READ_ONLY": "",
"LINKWARDEN_INSECURE_TLS": ""
}
}
}
}