Back to Apps

Linkwarden MCP Server
Supports UIby irfansofyana
Programmatic access to Linkwarden bookmark management, enabling AI agents to create, search, and organize links and collections.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects AI assistants to Linkwarden, a self-hosted bookmark management service. It allows agents to interact with bookmark collections, manage individual links, and utilize advanced search functionality to retrieve curated web resources.
Tools
get_all_collections: Retrieve all bookmark collections.get_collection_by_id: Get specific details for a collection.create_collection: Create new bookmark collections.delete_collection_by_id: Remove a collection by its ID.get_all_links: Retrieve links with filtering and pagination.create_link: Add new links with metadata and tags.delete_link_by_id: Remove a specific link.archive_link: Archive links for preservation.search_links: Full-text search across links with filtering by collection or tag.get_all_tags: List all available tags in the instance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"linkwarden": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"-e", "LINKWARDEN_BASE_URL=https://your-linkwarden-instance.com",
"-e", "LINKWARDEN_TOKEN=your-api-token-here",
"ghcr.io/irfansofyana/linkwarden-mcp-server:latest"
]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
docker pull ghcr.io/irfansofyana/linkwarden-mcp-server:latestInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"linkwarden": {"command": "docker", "args": ["run", "--rm", "-i", "--init", "-e", "LINKWARDEN_BASE_URL=https://your-linkwarden-instance.com", "-e", "LINKWARDEN_TOKEN=your-api-token-here", "ghcr.io/irfansofyana/linkwarden-mcp-server:latest"]}}}





