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)

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.1.tar.gz (61.8 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.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dropbox_paper_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 61.8 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.1.tar.gz
Algorithm Hash digest
SHA256 2b1dedf0855fb5c2e2195abb12c29b49734e3aa40d4f0805dd29f4e17a172668
MD5 8e94e194ed5528c25807ed87ec9688d7
BLAKE2b-256 20cd5ffc80852a8e7ea4769dab65a5931f7466af99eade1316e9cd76be1c78b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dropbox_paper_mcp-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 831ff4eae57feb1d68d0e43fec582dda0623046cfb958eecc5dda63ae55978a6
MD5 7c9058f4a1f43f7346a18a65a4fe522c
BLAKE2b-256 e80d5688f0c20c215db9806e053123813086824f60bb8f637c7118b900919219

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