mcp-dropbox-sign
MCP server for Dropbox Sign providing document signing and workflow automation capabilities
Documentation
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
1. Create a virtual environment:
python -m venv venv
source venv/bin/activate2. Install the package:
pip install -e .3. 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
Frequently asked questions
What is mcp-dropbox-sign?
mcp-dropbox-sign is MCP server for Dropbox Sign providing document signing and workflow automation capabilities
How do I install mcp-dropbox-sign?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-dropbox-sign open source?
Yes — it is hosted on GitHub at https://github.com/bmbouter/mcp-dropbox-sign.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP