MCP.so
ログイン

Raindrop.io MCP Server (Go)

@anarcher

Raindrop.io MCP Server (Go) について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

anarcher

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Raindrop.io MCP Server (Go)?

It is an integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP), implemented in Go. It is intended for users who want to manage bookmarks via AI assistants.

How to use Raindrop.io MCP Server (Go)?

Clone the repository, install dependencies with go mod tidy, set the RAINDROP_TOKEN environment variable, build with go build -o raindrop-mcp-server, then run the binary. For use with Claude for Desktop, add a configuration entry in the claude_desktop_config.json file specifying the path to the binary and the RAINDROP_TOKEN environment variable.

Key features of Raindrop.io MCP Server (Go)

  • Create bookmarks via the create-bookmark tool.
  • Search bookmarks using the search-bookmarks tool.
  • Filter bookmarks by tags.
  • Implemented in Go with minimal dependencies.
  • Integrates with Claude for Desktop via MCP.
  • Uses environment variables for API token security.

Use cases of Raindrop.io MCP Server (Go)

  • Save a URL as a bookmark with optional title, tags, and collection.
  • Search for bookmarks by keyword and optionally filter by tags.
  • Automate bookmark management through an AI assistant.

FAQ from Raindrop.io MCP Server (Go)

What are the requirements to run the server?

Go 1.20 or higher, a Raindrop.io account, and a Raindrop.io API token.

What tools does the server provide?

Two tools: create-bookmark to create a new bookmark and search-bookmarks to search through existing bookmarks.

How do I configure the server with Claude for Desktop?

Add a JSON entry to the claude_desktop_config.json file with the server command and environment variable RAINDROP_TOKEN.

Where should I manage the API token?

Always manage API tokens using environment variables, never hardcode them.

What security precautions are recommended?

Set appropriate permissions for Claude for Desktop configuration files and restrict unnecessary file access.

コメント

「その他」の他のコンテンツ