raindrop-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
raindrop-mcp by adeze | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 163 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | ProductivityKnowledge GraphAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
raindrop-mcp · Summary
MCP server for Raindrop.io bookmark management with comprehensive tools for organizing, searching, and editing bookmarks through AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
raindrop-mcp · Use cases
- Organize bookmarks with AI-powered suggestions across collections
- Search and manage large bookmark libraries efficiently
- Audit and clean up bookmark collections by finding duplicates and broken links
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
raindrop-mcp · Install
Installation
Quick Start (One-Liners)
| Tool | One-Liner Command | | :----------------- | :----------------------------------------------------------------- | | **Gemini CLI** | gemini extensions install https://github.com/adeze/raindrop-mcp | | **Codex CLI** | codex mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **Claude Code** | claude mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **GitHub Copilot** | gh copilot config mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **Vercel Skills** | npx skills add adeze/raindrop-mcp |
Claude Desktop (MCPB)
Download the latest raindrop-mcp.mcpb from the GitHub Release and add it to Claude Desktop. Set the environment variable:
- RAINDROP_ACCESS_TOKEN (from your Raindrop.io integrations settings)
Manual MCP config (mcp.json)
Add this to your MCP client configuration:
{
"servers": {
"raindrop": {
"type": "stdio",
"command": "npx",
"args": ["@adeze/raindrop-mcp@latest"],
"env": {
"RAINDROP_ACCESS_TOKEN": "YOUR_RAINDROP_ACCESS_TOKEN"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}