@coretext-ai/public-docusign-mcp-4e353090-2bb8-43aa-ac0f-bc665867b550
v1.0.0
Published
MCP server with full docusign capabilities (14 endpoints)
Readme
public-docusign-mcp
MCP server with full docusign capabilities (14 endpoints)
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 14 tools across 1 integrations:
Docusign Tools
- docusign_create_envelope: Create and send an envelope for signature
- docusign_create_envelope_from_template: Create an envelope from a template with recipient role assignments
- docusign_get_envelope: Retrieve envelope details and status
- docusign_update_envelope: Update envelope properties
- docusign_list_envelope_status: List envelopes with status filtering
- docusign_get_envelope_recipients: Get recipient information for an envelope
- docusign_update_envelope_recipients: Update recipients in an envelope
- docusign_create_recipient_view: Create an embedded signing URL for a recipient
- docusign_get_envelope_documents: List all documents in an envelope
- docusign_get_document: Download a specific document from an envelope
- docusign_create_template: Create a new template
- docusign_list_templates: List available templates
- docusign_get_template: Get template details
- docusign_get_user_info: Get authenticated user information and base URI
Installation
npm install @coretext-ai/public-docusign-mcp-4e353090-2bb8-43aa-ac0f-bc665867b550Environment Setup
Create a .env file with the following variables:
DOCUSIGN_ACCESS_TOKEN=your_docusign_access_token_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"public-docusign-mcp": {
"command": "npx",
"args": ["@coretext-ai/public-docusign-mcp-4e353090-2bb8-43aa-ac0f-bc665867b550"],
"env": {
"DOCUSIGN_ACCESS_TOKEN": "your_docusign_access_token_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Aug 07 2025 23:04:24 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 14
