Connect DropAI.zone to your AI agent for seamless file uploads.
The Model Context Protocol (MCP) allows AI agents like Claude Code, Cursor, and others to use external tools. DropAI.zone provides MCP-compatible tools for uploading, retrieving, and listing files. This means your AI agent can upload screenshots, share files, and manage drops without leaving the conversation.
Create an account and generate an API key from your API Keys page.
Add DropAI.zone to your MCP configuration. For Claude Code, add to your claude_desktop_config.json or .claude/settings.json:
{
"mcpServers": {
"dropai": {
"url": "https://dropai.zone/api/mcp",
"headers": {
"Authorization": "Bearer dz_your_api_key_here"
}
}
}
}dz_your_api_key_here with your actual API key.dropai_uploadUpload a file to DropAI.zone and get a shareable URL.
file_base64 (required) - Base64-encoded file contentfilename (required) - Original filename with extensiondescription - Optional descriptionttl_hours - Hours until auto-delete (default 24)max_views - Max views before auto-delete (0 = unlimited)dropai_getGet metadata and content URL for a file.
slug_or_url (required) - Drop slug or full URLinclude_content - Include raw text content (for text files)dropai_listList recent drops from your account.
limit - Number of results (default 10, max 50)type_filter - Filter by type: image, text, document, allWhen an AI agent takes a screenshot or generates a file, it can upload directly:
"Use the dropai_upload tool to upload this screenshot so I can share it with my team."
"Use dropai_get to fetch the contents of https://dropai.zone/d/aB3xK9mQ"