Skip to content

Raindrop + Claude Quick Start

This content is for the 0.6.3 version. Switch to the latest version for up-to-date documentation.

The Raindrop MCP server transforms Claude Code into a powerful infrastructure development platform. Instead of just writing code, you can build complete applications with databases, APIs, and deployment infrastructure through structured, guided workflows.

Step 1: Install Required Tools

Install Claude Code

Terminal window
npm install -g @anthropic-ai/claude-code

Install Raindrop CLI

Terminal window
npm install -g @liquidmetal-ai/raindrop

Step 2: Sign Up for Raindrop

Create your Raindrop account:

  1. Sign up for a Raindrop account at liquidmetal.run
  2. Complete the account setup process

Step 3: Authenticate

Run the following command to authenticate the Raindrop CLI:

Terminal window
raindrop auth login

Step 4: Set Up MCP Integration

Run the following command in your terminal to set up the MCP integration:

Terminal window
raindrop mcp install-claude

What this command does:

  • Configures Claude Code with the correct MCP server URL
  • Sets up raindrop.md and custom slash commands for Claude Code (/new-raindrop-app, /update-raindrop-app, and /reattach-raindrop-session)

Step 5: Start Claude Code

  1. Start Claude Code
  2. Run /mcp
  3. Select the raindrop-mcp server
  4. Select Authenticate
  5. Login to your Raindrop account (or click Allow Access if you are already logged in)

Using the Raindrop MCP Server

Once configured, you have access to three main workflows for building applications:

1. Start a New Application

Create a new Raindrop application from scratch:

Using Shorthand Command:

/new-raindrop-app

Using Direct MCP Call:

Claude, call the LiquidMetal Raindrop:login MCP tool to start a new application development session.

What Happens:

  • Creates a new session ID and timeline ID
  • Guides you through requirements gathering (PRD creation)
  • Generates application architecture and manifest
  • Sets up databases, services, and infrastructure
  • Implements complete application code
  • Deploys to live infrastructure
  • Validates deployment with endpoint testing

The Raindrop MCP server transforms Claude Code into a powerful infrastructure development platform. Instead of just writing code, you can build complete applications with databases, APIs, and deployment infrastructure through structured, guided workflows.