An MCP server for Raindrop.io.
This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.
Create an access token on Raindrop.io:
JSON config for raindrop-mcp
as stdio
server:
{
"mcpServers": {
"raindrop": {
"command": "npx",
"args": ["-y", "raindrop-mcp"],
"env": {
"RAINDROP_ACCESS_TOKEN": "<your-token>"
}
}
}
}
Alternatively you can run it as:
npx -y raindrop-mcp --sse
npx -y raindrop-mcp --http
MIT.
Seamless access to top MCP servers powering the future of AI integration.