Linkding Mcp Server

Linkding Mcp Server

🚀 (非官方)Linkding MCP 服务器

本项目是为 Linkding 自托管书签管理器提供的 MCP 服务器,能助力你更好地管理书签。

🚀 快速开始

本服务器可助力高效使用 Linkding 书签管理器,下面为你介绍具体的安装步骤。

📦 安装指南

二进制文件编译安装

执行以下命令进行编译:

deno task compile

编译完成后,会在 ./dist/main 生成一个编译好的二进制文件。

在配置 MCP 服务器时,使用以下内容:

"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 是在 REST API 部分的 /settings/integrations 中找到的 API 密钥。

使用 JSR 包安装

你也可以使用 JSR 包 (@uta8a/linkding-mcp-server) 进行安装。配置 MCP 服务器时使用以下内容:

"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"
}
}
}
  • 0 关注
  • 0 收藏,26 浏览
  • system 提出于 2025-09-19 23:51

相似服务问题

相关AI产品