Skip to main content
Glama

Raindrop.io MCP Server

Raindrop.io MCP 服务器

一种集成,允许 LLM 使用模型上下文协议 (MCP) 与 Raindrop.io 书签进行交互。

特征

  • 创建书签
  • 搜索书签
  • 按标签过滤

要求

  • Node.js 16 或更高版本
  • Raindrop.io 帐户和 API 令牌

设置

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Raindrop.io Integration:

npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude

手动安装

  1. 克隆存储库:
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server cd raindrop-io-mcp-server
  1. 安装依赖项:
npm install
  1. 设置环境变量:
  • 创建一个.env文件并设置你的 Raindrop.io API 令牌
RAINDROP_TOKEN=your_access_token_here
  1. 建造:
npm run build

与 Claude for Desktop 一起使用

  1. 打开 Claude for Desktop 配置文件:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. 添加以下配置:
{ "mcpServers": { "raindrop": { "command": "node", "args": ["PATH_TO_BUILD/index.js"], "env": { "RAINDROP_TOKEN": "your_access_token_here" } } } }
  1. 重启 Claude 桌面版

可用工具

创建书签

创建新书签。

参数:

  • url :书签的 URL(必填)
  • title :书签的标题(可选)
  • tags :标签数组(可选)
  • collection :集合 ID(可选)

搜索书签

通过书签搜索。

参数:

  • query :搜索查询(必填)
  • tags :要过滤的标签数组(可选)

发展

# Build for development npm run build # Start server npm start

安全说明

  • 始终使用环境变量管理 API 令牌
  • 为 Claude for Desktop 配置文件设置适当的权限
  • 限制不必要的文件访问

开源

这是一个开源的 MCP 服务器,任何人都可以使用并贡献代码。该项目遵循 MIT 许可证。

贡献

欢迎贡献!欢迎提交问题、功能请求或拉取请求,以帮助改进此项目。

相关链接

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

这种集成允许大型语言模型通过模型上下文协议与 Raindrop.io 书签进行交互,从而使用户能够直接通过 AI 助手创建和搜索书签。

  1. 特征
    1. 要求
      1. 设置
        1. 通过 Smithery 安装
        2. 手动安装
      2. 与 Claude for Desktop 一起使用
        1. 可用工具
          1. 创建书签
          2. 搜索书签
        2. 发展
          1. 安全说明
            1. 开源
              1. 贡献
                1. 相关链接

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    This 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
                    TypeScript
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Facilitates 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 -
                    Python
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A 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 -
                    14
                    346
                    11
                    TypeScript
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.
                    Last updated -
                    378
                    96
                    TypeScript
                    MIT License
                    • Apple

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiromitsusasaki/raindrop-io-mcp-server'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server