mcp-dropbox-sign
Provides tools to interact with the Dropbox Sign API, enabling management of signature requests, templates, teams, documents, and complex signing workflows.
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
Related MCP server: SignNow MCP Server
Setup
Prerequisites
Python 3.10+
Dropbox Sign API credentials (API key)
Installation
Create a virtual environment:
python -m venv venv
source venv/bin/activateInstall the package:
pip install -e .Set up environment variables:
cp .env.example .env
# Edit .env with your Dropbox Sign API keyUsage
Start the MCP server:
python -m mcp_dropbox_sign.serverDevelopment
Install development dependencies:
pip install -e ".[dev]"Run tests:
pytestLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseAqualityDmaintenanceModel Context Protocol (MCP) server for BoldSign API14327MIT

SignNow MCP Serverofficial
AlicenseAqualityFmaintenancehttps://github.com/signnow/sn-mcp-server MCP server for SignNow e-signature: templates, invites, embedded signing/editor, status & downloads.258MIT- AlicenseAqualityDmaintenanceMCP server for DigiSign.cz digital signature API — create, send, and manage digital signature envelopes.151MIT
- FlicenseNot gradedqualityDmaintenanceEnables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-tenant authentication with customer API keys for secure document workflow operations.66-