# Raindrop.io Integration

Interact with your Raindrop.io bookmarks seamlessly. Create, search, and filter bookmarks using a simple interface that enhances your productivity. Leverage the power of LLMs to manage your bookmarks…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hiromitsusasaki/raindrop-io-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list hiromitsusasaki/raindrop-io-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hiromitsusasaki/raindrop-io-mcp-server create-bookmark

# Call a tool
npx -y @smithery/cli@latest tool call hiromitsusasaki/raindrop-io-mcp-server create-bookmark '{}'
```

## Tools (3)

- `create-bookmark` — Create a new bookmark in Raindrop.io
- `search-bookmarks` — Search through your Raindrop.io bookmarks
- `list-collections` — List all your Raindrop.io collections

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hiromitsusasaki/raindrop-io-mcp-server <tool-name>
```

---

Source: https://github.com/hiromitsusasaki/raindrop-io-mcp-server
