Raindrop.io 是一个全能的书签管理器。此 MCP 服务器集成允许您通过编程方式管理书签——从您的 LLM 应用程序中添加、搜索和组织您最喜欢的链接。
curl -LsSf https://astral.sh/uv/install.sh | sh
uv activate && uv install
{
"mcpServers": {
"Raindrop": {
"command": "uv",
"args": [
"--directory",
"<项目克隆位置>",
"run",
"raindrop.py"
],
"env": {
"RAINDROP_TOKEN": "<您的_raindrop_令牌>"
}
}
}
}
自动安装到 Claude Desktop:
npx -y @smithery/cli install @sachin-philip/raindrop-io-mcp --client claude
MIT
由 Sachin Philip 制作