Loading MCP server directory, please wait...
Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.
npx @getmcp/cli add io.github.flumpiey/linkwarden-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
LINKWARDEN_API_URLLinkwarden instance base URL (no /api/v1 suffix)
LINKWARDEN_API_KEYAccess token from Linkwarden settings (Authorization: Bearer)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.flumpiey/linkwarden-mcp": {
"command": "uvx",
"args": [
"linkwarden-mcp"
],
"env": {
"LINKWARDEN_API_URL": "",
"LINKWARDEN_API_KEY": "",
"LINKWARDEN_MCP_WRITE_SCOPES": "",
"LINKWARDEN_MCP_DELETE_SCOPES": ""
}
}
}
}