Self-hosted Dropbox MCP alternatives

Dropbox's MCP server runs only as a hosted endpoint reached over OAuth. There is no build you install, and the process and your tokens stay on Dropbox's side. If running the server yourself is a requirement, for audit or for keeping credentials on your own network, you need a different one.

Every server below installs locally and talks to your agent over stdio. With Nextcloud and MinIO you can own the storage as well; with Google Drive, AWS, Airtable, Coda, and Azure the process runs on your machine but the data still travels to each product's own API.

The 8 best self-hosted alternatives

  1. NextcloudCommunity248

    Nextcloud keeps the most on your own infrastructure: the production-ready community server spans files, notes, calendar, contacts, tables, deck, and talk across 110+ tools, all against a Nextcloud instance you host.

    Set up Nextcloud
  2. MinIOOfficial41

    Self-hosted object storage is the point of MinIO: its server browses buckets, reads and writes objects, manages tags and versioning, and runs from a process you control next to the data.

    Set up MinIO
  3. The Google Workspace MCP, scoped to Drive, installs locally and searches, reads, creates, and shares Drive files over OAuth. The server is yours to run; the files still live in Google's cloud.

    Set up Google Drive (Workspace MCP)
  4. AWS (AWS Labs)Official9,170

    Run the AWS Labs server on your own machine and an agent can issue any AWS CLI command with validation and a read-only mode, reaching S3 and the rest of your account from a local process.

    Set up AWS (AWS Labs)
  5. SlackCommunity1,637

    When the files you want are attachments in channels, the community Slack server runs locally over stdio and reads history, DMs, and search with no workspace bot to install.

    Set up Slack
  6. AirtableCommunity443

    For structured records rather than loose files, the maintained Airtable server runs locally, inspects a base schema, then reads, searches, and writes records, fields, and comments from a process you control.

    Set up Airtable
  7. CodaCommunity60

    If the files were really documents, the Coda server runs on your own machine and connects an agent to docs, pages, tables, and rows for reading and editing.

    Set up Coda
  8. AzureOfficial

    Microsoft's Azure server installs locally and manages 40+ Azure services including storage, so an agent can work blobs and the rest of your Azure estate from a process you host.

    Set up Azure

How to choose

For storage you genuinely keep on your own hardware, Nextcloud and MinIO lead, since both run the data layer alongside the server. The rest, Google Drive, AWS, Airtable, Coda, and Azure, give you a local server process while the content still lives in each vendor's cloud. That distinction is the whole decision: self-hosting the server controls where the tokens live, not always where the bytes live.

FAQ

Can the Dropbox MCP server be self-hosted?
No. Dropbox offers only a hosted server reached over OAuth, with no self-installable build. If running the server yourself is required, you have to pick one of the alternatives that ships a local stdio command, such as Nextcloud or MinIO.
Does self-hosting the server keep my files on my own infrastructure?
Only with the servers that also host the storage. Nextcloud and MinIO keep both the process and the files on your hardware. Google Drive, AWS, Airtable, Coda, and Azure run the server locally, but the data still travels to each product's own API.
← Back to the Dropbox MCP server