An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP), implemented in Go.
git clone https://github.com/anarcher/raindrop-io-mcp-server
cd raindrop-io-mcp-server
go mod tidy
.env file and set your Raindrop.io API tokenRAINDROP_TOKEN=your_access_token_here
go build -o raindrop-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"raindrop": {
"command": "/path/to/raindrop-mcp-server",
"env": {
"RAINDROP_TOKEN": "your_access_token_here"
}
}
}
}
Creates a new bookmark.
Parameters:
url: URL to bookmark (required)title: Title for the bookmark (optional)tags: Array of tags (optional)collection: Collection ID (optional)Searches through bookmarks.
Parameters:
query: Search query (required)tags: Array of tags to filter by (optional)## Build
go build -o raindrop-mcp-server
## Run
./raindrop-mcp-server
MIT License
Copyright © 2024 Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)Audius Mcp Atris
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
Cve Search_mcp
A Model Context Protocol (MCP) server for querying the CVE-Search API
Perplexity Mcp Server
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
A Model Context Protocol server for SMTP email services
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.