How to integrate Dropbox using MCP
Browse and search Dropbox metadata. This guide creates an MCP server from Arthur's Dropbox template — tools preconfigured against https://api.dropboxapi.com/2 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
DROPBOX_API_KEYholding your access token. Create a scoped app in the Dropbox App Console, complete the OAuth 2.0 flow, and provide its user access token. Enable account_info.read for account details and files.metadata.read for the selected file metadata operations.


Go to the REST API Templates gallery and search for Dropbox.


Click Use template on the Dropbox card to open the server-creation dialog.


Review the server name and select
DROPBOX_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 5 preconfigured tool(s): get_current_account, get_metadata, list_folder, continue_folder_listing, search_files. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Inspect the current Dropbox account, retrieve file or folder metadata, traverse folders with cursor pagination, and search Dropbox content metadata.
- This integration requires a credential (bearer). Get one at https://www.dropbox.com/developers/apps.
- Official API documentation: https://www.dropbox.com/developers/documentation/http/documentation
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video