raindrop-mcp-dotnet
Verified Safeby g1ddy
Overview
Enables AI models and development tools to interact with Raindrop.io bookmarks and collections using natural language via the Model Context Protocol.
Installation
dotnet run --project src/McpEnvironment Variables
- Raindrop__ApiToken
Security Notes
The project emphasizes secure handling of the Raindrop.io API token via environment variables or .NET user secrets, explicitly guiding users away from hardcoding. No 'eval' or obfuscation detected. Network communication is with the official Raindrop.io API. The `setup.sh` script includes checksum verification for downloaded packages, indicating a focus on supply chain security. The `AllowedHosts: *` in `appsettings.json` is a minor consideration, but given the server is designed for local stdio communication with an MCP client, it is not a direct web exposure risk.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
readwise-mcp
Provides AI assistants with programmatic access to Readwise libraries for reading, managing, searching, and tracking highlights, books, documents, and videos.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.