productivity
Droplr MCP, CLI, and Lua Integration for AI Agents
Droplr integration docs for AI agents: MCP gateway setup, Droplr CLI commands, Lua API reference, credentials, and function schemas.
6 functions 4 read 2 write Bearer token auth
Droplr for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
droplr- route_slug
droplr- package
droplr- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Droplr CLIHeadless setup and direct function calls. Droplr MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Droplr MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Droplr.
Claude Code Droplr MCP setup for Claude Code. Cursor Droplr MCP setup for Cursor. Codex Droplr MCP setup for Codex. OpenAI Agents Droplr MCP setup for OpenAI Agents SDK. Claude Agent SDK Droplr MCP setup for Claude Agent SDK. Vercel AI SDK Droplr MCP setup for Vercel AI SDK. LangChain Droplr MCP setup for LangChain. LangGraph Droplr MCP setup for LangGraph. CrewAI Droplr MCP setup for CrewAI. MCP clients Droplr MCP setup for Generic MCP Clients.
Droplr CLI Matrix
Use these pages for direct Droplr CLI workflows in scripts, CI, cron, and agent wrappers.
CI Droplr CLI for CI. Cron Jobs Droplr CLI for cron jobs. Shell Scripts Droplr CLI for shell scripts. Headless Automation Droplr CLI for headless automation. Coding Agents Droplr CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
droplr.droplr_list_drops | Read read | 4 | List drops (short links, files, images, notes) from Droplr. Supports filtering by type and search query, with pagination. |
droplr.droplr_get_drop | Read read | 1 | Get details of a specific drop (short link, file, image, or note) by its ID. |
droplr.droplr_create_drop | Write write | 3 | Create a new drop (short link) in Droplr. Provide a long URL to shorten, with optional title and variant. |
droplr.droplr_delete_drop | Write write | 1 | Delete a drop (short link, file, image, or note) from Droplr by its ID. This action is permanent. |
droplr.droplr_list_boards | Read read | 2 | List boards (collections of drops) from Droplr. Supports pagination. |
droplr.droplr_get_current_user | Read read | 0 | Get the authenticated Droplr user's profile, including name, email, and plan information. |