Docusign Navigator MCP Server
Docusign Navigator agreements accessed and analyzed via natural language queries.
Data last scanned today · Reviewed today
Overview
Docusign Navigator MCP Server allows AI assistants to interact directly with your document repository. By integrating this server, users can perform natural language searches, retrieve specific agreement details, and monitor the status of contracts without manually navigating the Docusign interface. The tool utilizes OAuth 2.0 for secure account linking and requires no custom code to set up. It functions by connecting compatible AI clients to the Docusign Navigator API, enabling streamlined document management through conversational prompts.
Our verdict
This MCP server holds a medium risk level with a security score of 60/100. A primary concern is the lack of a read-only mode, as the configuration provides full access to your Docusign environment. While it is maintained by a professional organization, users should be aware that the project has not undergone independent editorial review and has limited community engagement as indicated by its single GitHub star.
- Supports secure OAuth 2.0 authentication flows
- Uses a minimal architecture with only three direct dependencies
- Official maintenance by This Dot Labs
- Provides clear documentation for client configuration
- Operates without a read-only mode, granting full access
- Has not received independent editorial review
- Low community adoption with only one GitHub star
- Limited contributor base introduces bus-factor risks
Setup
{
"mcpServers": {
"docusign-navigator-mcp": {
"args": [
"-y",
"docusign-navigator-mcp"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What are the account prerequisites for using this server?
You must have an active Docusign account that specifically includes access to Docusign Navigator.
›How is my Docusign data protected?
The server uses OAuth 2.0 for authentication and does not store any of your agreement data on its servers.
›How do I authorize the connection to my account?
When you first execute a command, your AI client will provide an authorization link which you must click to sign in and grant access to your Docusign account.
›Can I revoke the server's access later?
Yes, you can disconnect the server at any time through your Docusign account settings.
›What should I do if no agreements appear?
Ensure that you have agreements inside Docusign Navigator, confirm that Navigator is enabled for your account, and try re-authenticating.
Badge
Maintain this server? Add the live badge to your README.