loading…
Search for a command to run...
loading…
MCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflo
MCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.
An MCP (Model Context Protocol) server for the Dropbox Sign API, built with FastMCP.
python -m venv venv
source venv/bin/activate
pip install -e .
cp .env.example .env
# Edit .env with your Dropbox Sign API key
Start the MCP server:
python -m mcp_dropbox_sign.server
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-dropbox-sign": {
"command": "npx",
"args": []
}
}
}