drio
Open app

Raindrop.io MCP Server (Go)

Source

Catalog onlyCatalog onlySTDIO

Overview

Raindrop.io MCP Server is an integration that allows Large Language Models (LLMs) to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP), implemented in Go.

To use the Raindrop.io MCP Server, clone the repository, install dependencies, set up your Raindrop.io API token in an environment variable, and build the server. You can then configure it to work with applications like Claude for Desktop.

  • Create bookmarks - Search bookmarks - Filter bookmarks by tags
  1. Automating bookmark management for LLMs.
  2. Enhancing productivity by integrating bookmark functionalities into applications.
  3. Enabling advanced search capabilities for users managing large sets of bookmarks.

Add to your AI client

Use these steps to connect Raindrop.io MCP Server (Go) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "raindrop-io-mcp-server-anarcher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "raindrop-io-mcp-server-anarcher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "raindrop-io-mcp-server-anarcher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "raindrop-io-mcp-server-anarcher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "raindrop-io-mcp-server-anarcher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "raindrop-io-mcp-server-anarcher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-raindrop-io-mcp-server-anarcher"
      ]
    }
  }
}

FAQ

What are the requirements to run the server?

You need Go 1.20 or higher and a Raindrop.io account with an API token.

Is there a license for this project?

Yes, it is licensed under the MIT License.

How can I contribute to the project?

You can fork the repository, create a feature branch, commit your changes, and open a Pull Request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1797,"uuid":"f7f93e6e-21de-4717-900a-62a12fd1138c","name":"raindrop-io-mcp-server","title":"Raindrop.io MCP Server (Go)","description":"","avatar_url":"https://avatars.githubusercontent.com/u/12271?v=4","created_at":"2025-03-05T05:24:48.754Z","updated_at":"2025-03-12T10:20:55.255Z","status":"created","author_name":"anarcher","author_avatar_url":"https://avatars.githubusercontent.com/u/12271?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/anarcher/raindrop-io-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Go\",\"is_official\":false,\"latest_commit_time\":\"2025-03-08 20:00:37\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]