Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Raindrop.io MCP Server
bookmark

Raindrop.io MCP Server MCP Server

Bookmark management via Raindrop.io

raindropbookmarkscollectionstags

About

## Raindrop.io MCP Server: Bookmark Management The **Raindrop.io MCP Server** integrates Raindrop.io's powerful bookmark manager into Google Antigravity, enabling developers to save, organize, and search bookmarks through AI-assisted knowledge curation. ### Why Raindrop.io MCP? - **Visual Collections**: Organize bookmarks in visual collections - **Full-Text Search**: Search within saved pages, not just titles - **Permanent Copies**: Save permanent copies of web pages - **Tags & Highlights**: Tag and highlight important content - **Cross-Platform**: Sync across all devices and browsers ### Key Features #### 1. Bookmark Management ```javascript // Save bookmark const bookmark = await raindrop.createRaindrop({ link: "https://example.com/article", title: "Advanced TypeScript Patterns", excerpt: "A comprehensive guide to advanced TypeScript...", collection: { id: 12345 }, tags: ["typescript", "programming", "reference"] }); // Search bookmarks const results = await raindrop.search({ word: "authentication API", collection: "all", sort: "created", perpage: 25 }); // Get bookmark details const details = await raindrop.getRaindrop({ id: bookmark.id }); // Update bookmark await raindrop.updateRaindrop({ id: bookmark.id, important: true, tags: [...bookmark.tags, "important"] }); ``` #### 2. Collection Organization ```javascript // List collections const collections = await raindrop.listCollections(); // Create collection const collection = await raindrop.createCollection({ title: "Backend Resources", description: "Backend development articles and docs", parent: { id: parentCollectionId }, cover: ["https://example.com/icon.png"] }); // Get collection contents const bookmarks = await raindrop.getCollectionRaindrops({ id: collection.id, sort: "-created" }); // Bulk move bookmarks await raindrop.bulkMove({ ids: [id1, id2, id3], collection: { id: newCollectionId } }); ``` ### Configuration ```json { "mcpServers": { "raindrop": { "command": "npx", "args": ["-y", "@anthropic/mcp-raindrop"], "env": { "RAINDROP_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Resource Curation**: Build organized collections of development resources. **Research Management**: Save and organize research materials with full-text search. **Team Knowledge**: Share curated bookmark collections with team members. The Raindrop.io MCP Server brings intelligent bookmarking to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "raindrop": {
      "mcpServers": {
        "raindrop": {
          "env": {
            "RAINDROP_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
          },
          "args": [
            "-y",
            "raindrop-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get access token from Raindrop.io
  2. 2Supports SSE streaming
  3. 3Full CRUD operations

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers