Add it to Claude Code
claude mcp add -e "DROPBOX_SIGN_API_KEY=${DROPBOX_SIGN_API_KEY}" dropbox-sign -- python -m mcp_dropbox_sign.serverDROPBOX_SIGN_API_KEYMake your agent remember this setup
dropbox-sign's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Manage signature requests including creation, status tracking, and cancellation
- Access and manage document templates and team member configurations
- Monitor account activity through event lists and webhook management
- Retrieve and download documents associated with signing workflows
- Generate usage reports and audit logs for compliance
Environment Variables
DROPBOX_SIGN_API_KEYrequiredYour Dropbox Sign API key for authenticationTry it
Original README from bmbouter/mcp-dropbox-sign
MCP Dropbox Sign Server
An MCP (Model Context Protocol) server for the Dropbox Sign API, built with FastMCP.
Features
- Signature Requests — Create, get, list, cancel, remind
- Templates — List, get details, add/remove members
- Teams — Get info, add/remove members, update
- Accounts & OAuth — Account info, OAuth flow, API key management
- Events & Webhooks — List events, webhook management, subscriptions
- Documents — Get details, download, file management
- Users/Signers — Manage signers, verification, access control
- Reports & Analytics — Usage reports, audit logs, statistics
- Bulk Operations — Batch requests, imports, bulk templates
- Workflows/Templates Advanced — Advanced workflows, conditional signing, dynamic fields
Setup
Prerequisites
- Python 3.10+
- Dropbox Sign API credentials (API key)
Installation
- Create a virtual environment:
python -m venv venv
source venv/bin/activate
- Install the package:
pip install -e .
- Set up environment variables:
cp .env.example .env
# Edit .env with your Dropbox Sign API key
Usage
Start the MCP server:
python -m mcp_dropbox_sign.server
Development
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
License
MIT