Docusign
Agreements, envelopes, signing
About Docusign
Docusign is an agreement management platform for preparing, signing, and tracking contracts. Its remote MCP server connects assistants to envelopes and agreement data so documents can be located, statuses checked, and signing workflows moved forward from conversation.
Connection details
https://mcp.docusign.com/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add docusign --transport http https://mcp.docusign.com/mcpFrequently asked questions
What is the Docusign remote MCP server?
The Docusign remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.docusign.com/mcp, so AI assistants can connect to it without installing or running anything locally. Docusign is an agreement management platform for preparing, signing, and tracking contracts. Its remote MCP server connects assistants to envelopes and agreement data so documents can be located, statuses checked, and signing workflows moved forward from conversation.
How do I connect to the Docusign MCP server?
Add the endpoint https://mcp.docusign.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Docusign MCP server require authentication?
Yes. Docusign uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Docusign MCP server use?
Docusign exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.