bookmarks
Raindrop.io MCP, CLI, and Lua Integration for AI Agents
Raindrop.io integration docs for AI agents: MCP gateway setup, Raindrop.io CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write Bearer token auth
Raindrop.io for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
raindrop- route_slug
raindrop- package
raindrop- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Raindrop.io CLIHeadless setup and direct function calls. Raindrop.io MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Raindrop.io MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Raindrop.io.
Claude Code Raindrop.io MCP setup for Claude Code. Cursor Raindrop.io MCP setup for Cursor. Codex Raindrop.io MCP setup for Codex. OpenAI Agents Raindrop.io MCP setup for OpenAI Agents SDK. Claude Agent SDK Raindrop.io MCP setup for Claude Agent SDK. Vercel AI SDK Raindrop.io MCP setup for Vercel AI SDK. LangChain Raindrop.io MCP setup for LangChain. LangGraph Raindrop.io MCP setup for LangGraph. CrewAI Raindrop.io MCP setup for CrewAI. MCP clients Raindrop.io MCP setup for Generic MCP Clients.
Raindrop.io CLI Matrix
Use these pages for direct Raindrop.io CLI workflows in scripts, CI, cron, and agent wrappers.
CI Raindrop.io CLI for CI. Cron Jobs Raindrop.io CLI for cron jobs. Shell Scripts Raindrop.io CLI for shell scripts. Headless Automation Raindrop.io CLI for headless automation. Coding Agents Raindrop.io CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
raindrop.raindrop_list_bookmarks | Read read | 4 | List bookmarks from Raindrop.io. Optionally filter by collection or search query. Returns paginated results with bookmark details. |
raindrop.raindrop_get_bookmark | Read read | 1 | Get full details of a single bookmark by its ID, including title, URL, tags, excerpt, and metadata. |
raindrop.raindrop_create_bookmark | Write write | 5 | Save a new bookmark to Raindrop.io. Provide a URL and optionally set the title, tags, collection, and description. |
raindrop.raindrop_update_bookmark | Write write | 6 | Update an existing bookmark in Raindrop.io. Provide the bookmark ID and the fields to change (title, URL, tags, collection, description, etc.). |
raindrop.raindrop_list_collections | Read read | 0 | List all bookmark collections (folders) from Raindrop.io. Returns collection names, IDs, and counts. |
raindrop.raindrop_get_collection | Read read | 1 | Get details of a specific collection by ID, including its name, color, icon, and bookmark count. |
raindrop.raindrop_get_current_user | Read read | 0 | Get the authenticated Raindrop.io user's profile — name, email, subscription plan, and storage usage. |