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 統合を自動的にインストールするには:

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