The raindrop io MCP server lets AI agents access and manage bookmarks in Raindrop.io. It provides tools to search, retrieve, and organize bookmarks. The server connects to the Raindrop.io API, allowing agents to interact with bookmark collections. Developers use it to build AI applications that need to access or manage bookmarks in Raindrop.io.
The raindrop io MCP server lets AI agents access and manage bookmarks in Raindrop.io. It provides tools to search, retrieve, and organize bookmarks. The server connects to the Raindrop.io API, allowing agents to interact with bookmark collections. Developers use it to build AI applications that need to access or manage bookmarks in Raindrop.io.
npx -y raindrop-io-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hiromitsusasaki-raindrop-io-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y raindrop-io-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from raindrop io?"
API Key Required
This server requires an API key from raindrop io. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| RAINDROP_IO_API_KEY | Yes | Your raindrop io API key |
"What resources are available in raindrop io?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in raindrop io"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in raindrop io with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.