Skip to main content

Dropbox Paper MCP Server

Project description

Dropbox Paper MCP Server

MCP server for Dropbox Paper built with FastMCP.

Features

Tool Description
paper_search Search Paper documents
paper_get_content Get Paper content (Markdown format) with optional character limit
paper_get_metadata Get Paper metadata
paper_create Create new Paper from Markdown
paper_list List all Paper documents
list_folder List files and folders in a directory
oauth_get_auth_url Start OAuth flow (get authorization URL)
oauth_exchange_code Exchange auth code for refresh token

Configuration

Option 1: Refresh Token (Recommended)

Refresh tokens don't expire and the SDK auto-refreshes access tokens.

  1. Get your app credentials from Dropbox Developers

  2. Use the OAuth tools to get a refresh token:

    • Call oauth_get_auth_url with your app key
    • Open the URL in browser and authorize
    • Call oauth_exchange_code with the authorization code
  3. Create a .env file:

DROPBOX_REFRESH_TOKEN=your_refresh_token
DROPBOX_APP_KEY=your_app_key
DROPBOX_APP_SECRET=your_app_secret
# Optional: Set default character limit for paper_get_content (default: 10000)
PAPER_CONTENT_DEFAULT_LIMIT=10000

Option 2: Access Token (Legacy)

Short-lived tokens expire in ~4 hours.

DROPBOX_ACCESS_TOKEN=your_access_token
# Optional: Set default character limit for paper_get_content (default: 10000)
PAPER_CONTENT_DEFAULT_LIMIT=10000

Installation

uv sync

Running

Using uvx (after publishing)

uvx dropbox-paper-mcp

Local development

uv run dropbox-paper-mcp

MCP Client Configuration

Add to Claude Desktop or other MCP clients:

{
  "mcpServers": {
    "dropbox-paper": {
      "command": "uvx",
      "args": ["dropbox-paper-mcp"],
      "env": {
        "DROPBOX_REFRESH_TOKEN": "your_refresh_token",
        "DROPBOX_APP_KEY": "your_app_key",
        "DROPBOX_APP_SECRET": "your_app_secret",
        "PAPER_CONTENT_DEFAULT_LIMIT": "10000"
      }
    }
  }
}

API Permissions Required

  • files.metadata.read - Search and metadata
  • files.content.read - Get document content
  • files.content.write - Create new documents (optional)
  • sharing.read - Resolve shared links (required for using shared links as input)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dropbox_paper_mcp-0.2.2.tar.gz (66.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dropbox_paper_mcp-0.2.2-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file dropbox_paper_mcp-0.2.2.tar.gz.

File metadata

  • Download URL: dropbox_paper_mcp-0.2.2.tar.gz
  • Upload date:
  • Size: 66.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dropbox_paper_mcp-0.2.2.tar.gz
Algorithm Hash digest
SHA256 f774a971ea6649f9de8d4a5e1b9515817c3bb799286b43c001530017d3b4e140
MD5 10e17cae337fed9cfbeba4fb13332577
BLAKE2b-256 741f56fe4adcfc2be65f977a752ce8bf081d82b6260673820258c09540be85c7

See more details on using hashes here.

File details

Details for the file dropbox_paper_mcp-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: dropbox_paper_mcp-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dropbox_paper_mcp-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 52476aba18f8cb64d06692cd47dd5b2fd947bfb5af524837696f3bf0a4101972
MD5 b897e85cdc099d0111f9230c1aa653d1
BLAKE2b-256 c34e19fb5b05a5d6c5e2a3cd7eaf4205236c625cf92d950a296b5508d31902a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page