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: Aoexl 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.Last updatedMIT
- Flicense-qualityDmaintenanceEnables 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.Last updated58

MCP Server ZapSignofficial
Alicense-qualityBmaintenanceEnables integration with the ZapSign API for electronic document signing and management, including document, template, signer, webhook, and background check operations through MCP tools.Last updated2641MIT- AlicenseAqualityCmaintenanceEnables AI assistants to manage document signing workflows via natural language, including creating envelopes, uploading documents, analyzing contracts, and verifying blockchain anchors.Last updated8411MIT
Related MCP Connectors
Secure Docusign Navigator integration for AI assistants to access and analyze agreement data.
Create signing requests, check status, send reminders, and manage Aoexl templates.
Automate eSignature workflows and signing tasks via natural language commands.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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