Raindrop.io MCP サーバー
LLM がモデル コンテキスト プロトコル (MCP) を使用して Raindrop.io ブックマークと対話できるようにする統合。
特徴
ブックマークを作成する
ブックマークを検索
タグでフィルタリング
要件
Node.js 16以上
Raindrop.ioアカウントとAPIトークン
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Raindrop.io 統合を自動的にインストールするには:
手動インストール
リポジトリをクローンします。
依存関係をインストールします:
環境変数を設定します。
.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