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
- Clone the repository
- Install dependencies
- Set up environment variables
- Build the server
Using with Claude for Desktop
- Open configuration file
- Add server configuration
- 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
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request