DocuSign MCP Server (patched)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DocuSign MCP Server (patched)list all available templates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-docusign (patched)
A Model Context Protocol server exposing DocuSign eSignature operations, authenticated via JWT Grant (headless / service-to-service — no browser OAuth). Suitable for unattended AI-agent runtimes.
Fork of luthersystems/mcp-server-docusign (MIT) with bug fixes found during live integration testing. Used as a self-hosted MCP tool channel in an internal multi-agent AI platform.
Why this fork
The upstream server's status/document tools had several bugs surfaced when integrating against the DocuSign demo environment. This fork fixes them:
Tool | Bug | Fix |
| Accessed non-existent | Removed the field |
| Returned | Return page count instead |
| DocuSign requires | Default |
download_envelope_document works as-is — pass a valid document_id such as combined,
certificate, or an id returned by list_envelope_documents.
Related MCP server: mcp-dropbox-sign
Tools (8)
Templates:
list_templates,get_template_definitionSend:
create_envelope_from_template,create_envelope_from_documentsTrack:
get_envelope_status,list_envelopesDocuments:
list_envelope_documents,download_envelope_document
Configuration (JWT Grant)
Provide via environment variables:
Env | Description |
|
|
| DocuSign app Integration Key (client ID) |
| User GUID to impersonate |
| RSA private key, base64-encoded (single line); or |
|
|
One-time DocuSign setup: create an Integration Key, add an RSA keypair, grant consent for
signature impersonation. See DocuSign JWT Grant.
Run
stdio MCP server (Python ≥ 3.11):
uvx --from git+https://github.com/<you>/mcp-server-docusign@<commit> mcp-server-docusignLicense
MIT — inherited from upstream luthersystems/mcp-server-docusign. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mingyangsun-sketch/docusign-mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server