Raindrop.io MCP 服务器
一种集成,允许 LLM 使用模型上下文协议 (MCP) 与 Raindrop.io 书签进行交互。
特征
创建书签
搜索书签
按标签过滤
要求
Node.js 16 或更高版本
Raindrop.io 帐户和 API 令牌
设置
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Raindrop.io Integration:
手动安装
克隆存储库:
安装依赖项:
设置环境变量:
创建一个
.env
文件并设置你的 Raindrop.io API 令牌
建造:
与 Claude for Desktop 一起使用
打开 Claude for Desktop 配置文件:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
添加以下配置:
重启 Claude 桌面版
可用工具
创建书签
创建新书签。
参数:
url
:书签的 URL(必填)title
:书签的标题(可选)tags
:标签数组(可选)collection
:集合 ID(可选)
搜索书签
通过书签搜索。
参数:
query
:搜索查询(必填)tags
:要过滤的标签数组(可选)
发展
安全说明
始终使用环境变量管理 API 令牌
为 Claude for Desktop 配置文件设置适当的权限
限制不必要的文件访问
开源
这是一个开源的 MCP 服务器,任何人都可以使用并贡献代码。该项目遵循 MIT 许可证。
贡献
欢迎贡献!欢迎提交问题、功能请求或拉取请求,以帮助改进此项目。
相关链接
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
这种集成允许大型语言模型通过模型上下文协议与 Raindrop.io 书签进行交互,从而使用户能够直接通过 AI 助手创建和搜索书签。
Related Resources
Related MCP Servers
- -securityFlicense-qualityThis server provides an API to query Large Language Models using context from local files, supporting various models and file types for context-aware responses.Last updated -1
- -securityFlicense-qualityFacilitates enhanced interaction with large language models (LLMs) by providing intelligent context management, tool integration, and multi-provider AI model coordination for efficient AI-driven workflows.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.Last updated -145842MIT License
- -securityAlicense-qualityA server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.Last updated -519154MIT License