Raindrop MCP Quick Start
The Raindrop MCP server transforms AI coding tools into powerful infrastructure development platforms. Instead of just writing code, you can build complete applications with databases, APIs, and deployment infrastructure through structured, guided workflows.
Step 1: Install AI Tool
Choose your preferred AI coding tool and follow the installation instructions:
Install Claude Code
npm install -g @anthropic-ai/claude-code
Install Gemini CLI
Follow the installation instructions at Gemini CLI GitHub repository.
Step 2: Install Raindrop CLI
npm install -g @liquidmetal-ai/raindrop
Step 3: Sign Up for Raindrop
Create your Raindrop account:
- Sign up for a Raindrop account at liquidmetal.run
- Complete the account setup process
Step 4: Authenticate Raindrop CLI
Run the following command to authenticate the Raindrop CLI:
raindrop auth login
Step 5: Set Up MCP Integration
Run the installation command for your AI tool:
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
)
raindrop mcp install-gemini
What this command does:
- Configures Gemini CLI with the correct MCP server URL
- Sets up RAINDROP.md guidelines in ~/.gemini/
- Creates custom TOML slash commands in ~/.gemini/commands/:
/new-raindrop-app
/update-raindrop-app
/reattach-raindrop-session
Step 6: Start Your AI Tool
-
Start Claude Code
-
Run the MCP command:
/mcp
-
Select the
raindrop-mcp
server -
Select Authenticate
-
Login to your Raindrop account (or click Allow Access if you are already logged in)
- Start or restart Gemini CLI for changes to take effect:
gemini
- Authenticate and connect raindrop-mcp with Gemini:
/mcp auth raindrop-mcp
- Verify the MCP server is available:
/mcp list
Using the Raindrop MCP Server
Once configured, you have access to building complete applications through a guided workflow.
Start a New Application
Create a new Raindrop application from scratch:
Using Slash Command:
/new-raindrop-app
Using Direct MCP Call:
Claude, call the LiquidMetal Raindrop:login MCP tool to start a new application development session.
Using Slash Command:
/new-raindrop-app
Using Direct MCP Call:
Use the raindrop-mcp login 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
Next Steps
- Explore the Claude Code + Raindrop MCP or Gemini CLI + Raindrop MCP concept guides
- Review Raindrop MCP workflows for detailed workflow documentation
- Check out Architecture Patterns for advanced application designs