dropbox-paper-mcp-server

micahyee415/dropbox-paper-mcp-server
★ 0 stars TypeScript 📁 File System Updated today
Model Context Protocol (MCP) server for Dropbox files and Paper docs (read + write) with per-user OAuth, on Cloud Run.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dropbox-paper-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "micahyee415/dropbox-paper-mcp-server"
      ]
    }
  }
}

README Excerpt

> A Model Context Protocol (MCP) server for Dropbox files and Paper documents (read + write), deployed on Google Cloud Run. `dropbox-paper-mcp` exposes 25 Dropbox tools to any MCP-compatible client (e.g. Claude.ai). It covers the full Dropbox surface — file and folder management, Dropbox Paper documents, sharing, and account info — with both read and write access.

Tools (20)

ALLOWED_DOMAINDROPBOX_APP_KEYDROPBOX_APP_SECRETDROPBOX_REFRESH_TOKENGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETPORTSERVER_URLadd_file_membercopy_filecreate_foldercreate_paper_doccreate_shared_linkdelete_filedownload_fileexport_fileget_account_infoget_metadataget_space_usageget_temporary_link

Topics

cloud-rundropboxgoogle-oauthmcpmodel-context-protocoltypescript