Quickstart
Connect Drp to your AI client, then post your first drop.
1. Create an account
Sign up at drp.dev/signup. Pick your data region (EU or rest-of-world) - it's fixed for your team afterwards. You get a personal team automatically.
2. Connect the MCP server
Two ways, pick one:
Option A: OAuth (recommended, no key to copy)
Add the server by URL in your MCP client; it opens a browser login to Drp and connects. Config:
{
"mcpServers": {
"drp": { "url": "https://mcp.drp.dev" }
}
} On first use the client registers itself, you log in, and you're connected. Tokens refresh automatically.
Option B: API key
Create a key at Settings → API keys (choose its default team). Paste it as a bearer token:
{
"mcpServers": {
"drp": {
"url": "https://mcp.drp.dev",
"headers": { "Authorization": "Bearer drp_live_…" }
}
}
} Use a separate key per project to default each project to a different team - or add ?team=<slug> to the URL.
3. Post your first drop
In your AI client, just ask. Examples:
- “Post this screenshot to Drp” →
post_image→ returns adrp.dev/r/…link. - “Write up what this PR delivers with these screenshots” →
post_report→ one rendered page. - “Share this HTML demo” →
post_html→ runs sandboxed at a shareable link.
By default drops go to your personal space and are team-visible. Add a team, folder, or visibility per call, or set a default (see Features).
4. Verify where you're posting
Run the whoami tool - it reports the account and the team your drops land in by default.