linkding-mcp-server
Unofficial linkding MCP server
Documentation
(Unofficial) linkding-mcp-server
MCP server for linkding, a self-hostable bookmark
manager
setup
deno task compileA compiled binary will be generated at `./dist/main`.
When configuring the MCP server, use the following:
"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
"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"
}
}
}Frequently asked questions
What is linkding-mcp-server?
linkding-mcp-server is Unofficial linkding MCP server
How do I install linkding-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is linkding-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/uta8a/linkding-mcp-server and has 3 stars.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP