A Model Context Protocol (MCP) server that connects your AI assistant to Docusign Navigator. Query and analyze your Docusign agreements using natural language - no complex APIs or manual searches required.
Transform how you work with Docusign agreements:
- Natural Language Access: Ask questions like "Show me my pending contracts" or "Find agreements with XYZ Corp"
- AI-Powered Insights: Let your AI assistant analyze agreement details, statuses, and metadata
- Secure Connection: OAuth 2.0 authentication keeps your Docusign data safe
- No Code Required: Works directly with compatible AI tools like Claude Desktop and VS Code
- Active Docusign account with Navigator access
- Compatible AI client (Claude Desktop, VS Code with MCP extension, etc.)
- Internet connection
The server is deployed and ready to use at: https://docusign-navigator.thisdot.co/mcp
Choose your AI client below:
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"docusign-navigator": {
"command": "mcp-server-fetch",
"args": ["https://docusign-navigator.thisdot.co/mcp"]
}
}
}- Open Command Palette:
Ctrl+Shift+P/Cmd+Shift+P - Type:
mcp: add server - Select
HTTP (HTTP or Server-Sent Events) - Enter:
https://docusign-navigator.thisdot.co/mcp
Add to your configuration:
{
"servers": {
"docusign-navigator": {
"url": "https://docusign-navigator.thisdot.co/mcp",
"type": "http"
}
}
}When you first use a Docusign command, you'll be prompted to authenticate:
- Your AI client will provide an authorization link
- Click the link to sign in to Docusign
- Authorize the connection
- Return to your AI client - you're ready to go!
Try these example queries with your AI assistant:
"Show me my Docusign agreements"
"Tell me about agreement [ID]"
"Find contracts with ABC Company"
"What agreements are pending signature?"
Your AI assistant will have access to these capabilities:
"Am I connected to Docusign?" "Check my authentication status"
"Show me all my agreements" "What contracts do I have?" "List my Docusign documents"
"Tell me about agreement [ID]" "Show me details for contract [ID]"
"Find service agreements" "Search for contracts with ABC Company" "Show me expired agreements"
You: "Show me my Docusign agreements"
AI: "You have 3 agreements:
• Service Agreement with XYZ Corp (pending signature)
• NDA with ABC Inc (completed)
• Consulting Contract (in review)"
You: "Tell me more about the Service Agreement"
AI: "The Service Agreement with XYZ Corp was created on January 15th
and is currently pending signature. It includes standard service
terms and payment schedules."
Your data stays secure:
- OAuth 2.0 Authentication: Industry-standard secure authentication
- No Data Storage: Your agreements are never stored on our servers
- Direct API Access: Real-time connection to your Docusign account
- Revocable Access: Disconnect anytime through your Docusign settings
- Verify your Docusign account has Navigator access
- Check that you completed the OAuth authorization
- Try the "Check authentication status" command
- Ensure your AI client supports MCP HTTP transport
- Confirm you have agreements in Docusign Navigator
- Check that Navigator is enabled for your account
- Try authenticating again
Want to contribute or run your own instance? See our Contributing Guide for development setup, architecture details, and deployment instructions.
