egoist

raindrop-mcp

Community egoist
Updated

An MCP server for Raindrop.io by ChatWise

raindrop-mcp

An MCP server for Raindrop.io.

This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.

Usage

Create an access token on Raindrop.io:

  1. create an application
  2. create a test token
  3. copy the test token

JSON config for raindrop-mcp as stdio server:

{
  "mcpServers": {
    "raindrop": {
      "command": "npx",
      "args": ["-y", "raindrop-mcp"],
      "env": {
        "RAINDROP_ACCESS_TOKEN": "<your-token>"
      }
    }
  }
}

Alternatively you can run it as:

  • sse server: npx -y raindrop-mcp --sse
  • streamable http server: npx -y raindrop-mcp --http

Capabilities

  • Search bookmarks
  • Create bookmarks
  • Get all collections

License

MIT.

MCP Server · Populars

MCP Server · New

    chatmcp

    mcpso

    directory for Awesome MCP Servers

    Community chatmcp
    TBXark

    MCP Proxy Server

    An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

    Community TBXark
    ttommyth

    interactive-mcp

    Ask users questions from your LLM! interactive-mcp: Local, cross-platform MCP server for interactive prompts, chat & notifications.

    Community ttommyth
    lpigeon

    ros-mcp-server

    The ROS MCP Server is designed to support robots in performing complex tasks and adapting effectively to various environments by providing a set of functions that transform natural language commands, entered by a user through an LLM, into ROS commands for robot control.

    Community lpigeon
    emicklei

    melrose-mcp

    interactive programming of melodies, producing MIDI

    Community emicklei