raindrop-io-mcp-server

raindrop-io-mcp-server

0

The Raindrop.io MCP Server is a tool developed in Go that facilitates interactions between language models and Raindrop.io bookmarks using the Model Context Protocol. It allows for creating, searching, and filtering bookmarks through various features.

Raindrop.io MCP Server (Go)

An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP), implemented in Go.

Features

  • Create bookmarks
  • Search bookmarks
  • Filter by tags

Requirements

  • Go 1.20 or higher
  • Raindrop.io account and API token

Setup

  1. Clone the repository
  2. Install dependencies
  3. Set up environment variables
  4. Build the server

Using with Claude for Desktop

  1. Open configuration file
  2. Add server configuration
  3. Restart Claude for Desktop

Available Tools

  • create-bookmark: Creates a new bookmark with parameters like URL, title, tags, and collection.

  • search-bookmarks: Searches bookmarks based on a query and optional tags.

Security Notes

  • Manage API tokens using environment variables
  • Set appropriate permissions for configuration files

License

MIT License

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request