Raindrop.io MCP Server
@hiromitsusasaki
About Raindrop.io MCP Server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"raindrop-io-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@hiromitsusasaki/raindrop-io-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Raindrop.io MCP Server?
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). It is designed for users who want to create, search, and filter bookmarks through an AI assistant.
How to use Raindrop.io MCP Server?
Install via Smithery (npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude) or manually by cloning the repo, installing dependencies, setting the RAINDROP_TOKEN environment variable, and building. For Claude Desktop, add the server configuration to claude_desktop_config.json with the path to the build output and the token.
Key features of Raindrop.io MCP Server
- Create bookmarks via the
create-bookmarktool - Search bookmarks using the
search-bookmarkstool - Filter bookmarks by tags
- Requires Node.js 16 or higher and a Raindrop.io API token
Use cases of Raindrop.io MCP Server
- An AI assistant saves URLs as bookmarks on demand
- Search and retrieve bookmarks by keyword and tags
- Automate bookmark organization through natural language commands
FAQ from Raindrop.io MCP Server
What dependencies are required?
Node.js 16 or higher, a Raindrop.io account, and an API token stored in the RAINDROP_TOKEN environment variable.
How do I obtain a Raindrop.io API token?
The README does not describe how to obtain the token; refer to the Raindrop.io API documentation.
How do I configure it with Claude for Desktop?
Add a raindrop entry under mcpServers in the Claude Desktop configuration file. Specify the command (node), the path to index.js, and set the RAINDROP_TOKEN environment variable.
What tools does the server provide?
create-bookmark: requires a URL; optionally accepts a title, tags array, and collection ID.search-bookmarks: requires a query; optionally filters by tags array.
Are there security recommendations?
Yes: always manage the API token using environment variables, set appropriate permissions on the Claude Desktop configuration file, and restrict unnecessary file access.
Frequently asked questions
What dependencies are required?
Node.js 16 or higher, a Raindrop.io account, and an API token stored in the `RAINDROP_TOKEN` environment variable.
How do I obtain a Raindrop.io API token?
The README does not describe how to obtain the token; refer to the Raindrop.io API documentation.
How do I configure it with Claude for Desktop?
Add a `raindrop` entry under `mcpServers` in the Claude Desktop configuration file. Specify the command (`node`), the path to `index.js`, and set the `RAINDROP_TOKEN` environment variable.
What tools does the server provide?
- `create-bookmark`: requires a URL; optionally accepts a title, tags array, and collection ID. - `search-bookmarks`: requires a query; optionally filters by tags array.
Are there security recommendations?
Yes: always manage the API token using environment variables, set appropriate permissions on the Claude Desktop configuration file, and restrict unnecessary file access.
Basic information
More Other MCP servers

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments