Dropbox MCP. Manage file paths, audit links, and check storage from chat.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Dropbox. Connect your Dropbox account to your AI agent and manage all your cloud files directly from the chat. You can list folders, find files by name, check storage limits, and audit shared links—all without leaving your workflow.
This server gives your agent full control over your cloud storage and file structure.
What your AI agents can do
Get account
Retrieves your current account details, including your name, email, and account type.
Get metadata
Fetches detailed metadata for a specific file or folder, including its unique ID, hash, and size.
Get space usage
Calculates and reports your current storage usage versus your total allowed capacity.
The agent lists files and folders in a specified directory, returning names, tags, sizes, and modification dates.
The agent fetches detailed metadata (IDs, hashes, size) for a specific file or folder.
The agent reports your current usage against your total allocated cloud storage capacity.
The agent performs a structural search, locating files by name across your connected cloud space.
The agent retrieves a list of all shared directories and mountable folders within your account.
The agent extracts and tracks the URLs of shared links, checking their public or restricted status.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
019d7589get account
Retrieves your current account details, including your name, email, and account type.
019d7589get metadata
Fetches detailed metadata for a specific file or folder, including its unique ID, hash, and size.
019d7589get space usage
Calculates and reports your current storage usage versus your total allowed capacity.
019d7589list folder
Lists the names, tags, sizes, and server-modified times of files and folders within a given directory path.
019d7589list mountable folders
Shows a list of shared folders that can be mounted but aren't currently in use.
019d7589list shared folders
Retrieves a list of all folders that have been shared with your account.
019d7589list shared links
Lists all existing shared links, tracking their active public or restricted status.
019d7589search files
Searches for files by name across your cloud storage using structural query boundaries.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Dropbox, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Yo, you gotta connect your Dropbox account to your agent. It lets your AI client handle all your cloud files right from the chat. This server gives your agent full control over your cloud storage and file structure. You can list folders, find files, check storage limits, and audit shared links—all without ever leaving your workflow.
Your agent can get_account to pull your current name, email, and account type details. You can get_space_usage to see your current storage usage versus your total allowed capacity. You'll find out what folders are shared with you using list_shared_folders, and if there are any folders that can be mounted but aren't in use, you'll check those with list_mountable_folders.
When you need to know what's in a specific spot, the agent runs list_folder and gives you the names, tags, sizes, and server-modified times for every file and folder in that path.
Need to deep-dive on a file? You can get_metadata to grab detailed info like the unique ID, content hash, and exact size for any file or folder. If you're just trying to locate a file by name, the agent uses search_files to perform a structural search across your cloud storage.
You can also list_shared_links to see all existing shared links and check if they're public or restricted. Finally, you can list_shared_links to track the URLs of shared links, checking their public or restricted status.
How Dropbox MCP Works
- 1 Subscribe to the server and provide your Dropbox Generated Access Token (found in your Dropbox App Console > Settings > OAuth 2).
- 2 Tell your AI client what you need to do (e.g., 'List all shared folders in the finance department').
- 3 The agent runs the necessary tools, retrieves the data, and presents the results directly in the chat.
The bottom line is that you manage your files and storage limits using natural language prompts, without needing to open the Dropbox website.
Who Is Dropbox MCP For?
The Ops Engineer who has to audit compliance directories and track down old files without logging into a web UI. The Project Manager who needs to monitor team storage usage and share links across departments. The Developer who needs to test file storage integrations and validate metadata schemas. Basically, anyone who spends too much time clicking through a desktop client.
Audits shared folders and monitors team storage usage using natural language prompts.
Verifies account tokens, manages unmounted shared spaces, and monitors total storage capacity in real time.
Searches for specific documents and reviews shared links without ever leaving the chat interface.
What Changes When You Connect
- Check your capacity instantly. Use
get_space_usageto see exactly how much of your storage you're using and how much is left. No need to navigate to the usage dashboard. - Audit shared content easily. Run
list_shared_foldersto see all folders shared with your organization, which is better than clicking through endless web menus. - Find files by name quickly.
search_filesexecutes a structural query, locating documents even if you don't know the exact folder path. - Track link permissions.
list_shared_linkslets you see all shared URLs and whether they are public or restricted, helping you manage compliance. - Map complex directories. Use
list_folderto walk through nested paths and get the names, tags, and modification dates for every item. - Verify file details. If you need to prove a file's integrity,
get_metadataprovides the unique ID, hash, and precise byte size.
Real-World Use Cases
Auditing Compliance Data
A compliance officer needs to know which shared folders contain sensitive data. They ask their agent to run list_shared_folders. The agent returns a list, allowing the officer to immediately verify the scope of the shared content without manual web navigation.
Finding a Lost Budget File
A Project Manager is looking for the Q1 budget file. Instead of knowing the full path, they prompt the agent to search_files for 'Q1 budget'. The agent finds the three matches and lets the PM pick the right one for review.
Checking Storage Limits
A DevOps engineer starts a new project and needs to know if there's enough space. They prompt the agent to get_space_usage, which immediately returns the used vs. total byte count, preventing a workflow stall.
Investigating Unmounted Spaces
An Ops team member suspects a shared space was never properly synced. They use list_mountable_folders to reveal the unmounted namespace ID, allowing them to fix the synchronization issue immediately.
The Tradeoffs
Trying to list everything recursively
Asking the agent to 'list all files in the root directory' hoping for a complete tree view. This often fails or times out because the underlying system hits resource limits or returns too many records.
→
Instead, start by narrowing the scope. First, run list_shared_folders to find the relevant area. Then, use list_folder on that specific path, or use search_files if you know the file name.
Assuming a file is visible
Asking the agent for a file by name, but the file is in a restricted folder you don't have access to. The agent might fail with a generic error, leaving you unsure if the file exists or if your permissions are the issue.
→
Always verify the context first. Use list_shared_folders to confirm the directory is shared with your account, then use search_files.
Over-relying on single-tool output
Getting a list of shared links from list_shared_links and assuming they all point to the same project. They might miss links to different, unrelated departments.
→
If you need to compare links across projects, first use list_shared_folders to define the project boundary, and then use list_shared_links within that scope.
When It Fits, When It Doesn't
Use this server if you need to manage, audit, or query files and folders by path, name, or shared status. You need a direct, chat-based interface for file system operations.
Don't use it if your goal is simply to upload a file, or if you only need to view the contents of a file (the agent can't read the file itself, only its metadata).
If you need to check complex, cross-platform data lineage (e.g., correlating metadata from Dropbox with data from Salesforce), you need a different type of integration. This server is purely a file system and metadata layer.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dropbox. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 8 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Finding a file in Dropbox shouldn't require logging into the web interface.
Today, finding a specific document requires a multi-step dance: you open the Dropbox website, click 'Shared' to see folders, click into the right folder, and then use the search bar. If the file is deep inside a nested folder, you waste minutes clicking through directory levels, only to eventually copy the link and paste it elsewhere.
With the Dropbox MCP Server, you just ask your agent. Tell it, 'Find the Q2 marketing plan.' The agent uses `search_files` and returns the result directly. You skip the clicks, the tabs, and the web login entirely.
Dropbox MCP Server: Get full control of your cloud files.
You no longer have to switch between the Dropbox UI and your chat window. The agent handles the full lifecycle: first, it uses `list_shared_folders` to identify the project scope. Then, it runs `list_folder` to confirm the path structure, and finally, it uses `get_metadata` to give you the exact file hash you need. It's a single flow.
This makes your AI agent an actual file system utility, not just a chatbot that talks about files. It's specific, auditable, and immediate.
Common Questions About Dropbox MCP
How do I use `list_folder` to find a file's size? +
The list_folder tool returns the size for every item it lists. If you want the size of a specific file, you can also run get_metadata on that file for the most precise byte count.
Can I use `search_files` to find files that are shared? +
The search_files tool searches by file name. If you need to confirm sharing status, run list_shared_folders first. This gives you a list of where the file is shared, and search_files finds what the file is.
What is the difference between `list_shared_folders` and `list_mountable_folders`? +
list_shared_folders lists all folders shared with your account. list_mountable_folders shows shared folders that are available for synchronization but might not be actively mounted or visible in your current view.
How does `get_space_usage` work? +
get_space_usage checks your physical cloud allocation. It reports your used capacity versus your total capacity, measured in bytes, which is better than just seeing a percentage.
When should I use `list_shared_links` versus `list_shared_folders`? +
Use list_shared_links when you need a list of public or restricted URLs. It focuses only on the direct sharing links, while list_shared_folders shows the internal structure of shared directories.
How do I check my user context using `get_account`? +
Running get_account returns your user's core credentials. This lets you verify your name, email, and account type within the conversation, ensuring you are operating on the correct user profile.
What happens if I use `search_files` on a non-indexed file? +
If the file isn't indexed, search_files will return no results. This means the search only works against files that Dropbox has already cataloged in its search index.
Can I use `get_metadata` to find a file's unique ID or hash? +
Yes, get_metadata provides precise object bindings. It returns unique IDs, file hashes, and byte sizes for any specific file or folder you point it to.
Can my agent list files in a specific Dropbox folder? +
Yes. Use the 'list_folder' tool. Provide the folder path (use an empty string for the root). The agent will return an array of items including names, types, and modification dates.
How do I find a file by its name through natural conversation? +
Use the 'search_files' tool. Provide your query string, and the agent will execute a structural match against your indexed Dropbox files, returning the most relevant results.
Can I check how much storage space I have left via the agent? +
Absolutely. The 'get_space_usage' tool retrieves your physical allocation blocks. It will show you exactly how many bytes are used versus your total account capacity.
Multi-server workflows that include Dropbox MCP
MCP Recipe for University Course Operations
Course materials organized, class sessions created, submissions tracked , your AI agent runs university operations
MCP Workflow for Legal Document Organization
Case records reviewed, relevant documents located, client update sent , your legal work stays organized and your clients stay informed
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Aliyun CAPTCHA / 阿里云验证码
Alibaba Cloud's dominant anti-bot service — verify tickets and audit security risk via AI.
Google Cloud Storage
Manage your GCS buckets and objects — list files, upload data, and audit permissions via AI.
Payfunnels
Build payment funnels and checkout experiences that maximize conversions with upsells, order bumps, and subscription options.
You might also like
Imgur
Manage Imgur content — upload images, organize albums, and browse the gallery directly from your AI agent.
ThirdWeb
Integrate Web3 capabilities into your AI agent — manage wallets, authenticate users, and interact with smart contracts across multiple blockchains.
Lucidworks Fusion (AI Search & Discovery)
Manage AI-powered search via Lucidworks Fusion — execute semantic queries, index documents, and monitor ML training jobs.