Unofficial linkding MCP server
3 stars
TypeScript
Updated Jul 7, 2025
Documentation
(Unofficial) linkding-mcp-server
MCP server for linkding, a self-hostable bookmark
manager
setup
bash
deno task compileA compiled binary will be generated at ./dist/main.
When configuring the MCP server, use the following:
json
"mcpServers": {
"linkding-mcp-tools": {
"command": "/path/to/linkding-mcp-server/dist/main",
"env": {
"LINKDING_URL": "https://your-linkding.example.com",
"LINKDING_API_KEY": "xxx"
}
}
}LINKDING_API_KEY is the API key found in the REST API section at
/settings/integrations.
or you can use jsr package
json
"mcpServers": {
"linkding-mcp-tools": {
"command": "/path/to/deno",
"args": [
"run",
"-Ar",
"jsr:@uta8a/linkding-mcp-server/server"
],
"env": {
"LINKDING_URL": "https://your-linkding.example.com",
"LINKDING_API_KEY": "xxx"
}
}
}Similar MCP
Based on tags & features
Trending MCP
Most active this week