streamable-httpMITupdated 10mo ago
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.
Docusign Navigator 能做什么?
Docusign Navigator MCP Server
By This Dot Labs
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.
Why Use This?
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
What You Need
- Active Docusign account with Navigator access
- Compatible AI client (Claude Desktop, VS Code with MCP extension, etc.)
- Internet connection
Getting Started
1. Add to Your AI Client
The server is deployed and ready to use at: https://docusign-navigator.thisdot.co/mcp
Choose your AI client below:
Claude Desktop
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"docusign-navigator": {
"command": "mcp-server-fetch",
"args": ["https://docusign-navigator.thisdot.co/mcp"]
}
}
}
Visual Studio Code
- 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
Other MCP Clients
Add to your configuration:
{
"servers": {
"docusign-navigator": {
"url": "https://docusign-navigator.thisdot.co/mcp",
"type": "http"
}
}
}
2. Connect Your Docusign Account
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!
3. Start Using Natural Language
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?"
What You Can Do
Your AI assistant will have access to these capabilities:
Check Authentication
"Am I connected to Docusign?" "Check my authentication status"
List Agreements
"Show me all my agreements" "What contracts do I have?" "List my Docusign documents"
Get Agreement Details
"Tell me about agreement [ID]" "Show me details for contract [ID]"
Search Agreements
"Find service agreements" "Search for contracts with ABC Company" "Show me expired agreements"
Example Conversation
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."
Security & Privacy
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
Troubleshooting
Can't Connect?
- 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
No Agreements Showing?
- Confirm you have agreements in Docusign Navigator
- Check that Navigator is enabled for your account
- Try authenticating again
Still Need Help?
Contributing
Want to contribute or run your own instance? See our Contributing Guide for development setup, architecture details, and deployment instructions.
安装
把 Docusign Navigator 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http docusign-navigator https://docusign-navigator.thisdot.co/mcpcodex mcp add docusign-navigator --url https://docusign-navigator.thisdot.co/mcp{
"mcpServers": {
"docusign-navigator": {
"url": "https://docusign-navigator.thisdot.co/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"docusign-navigator": {
"type": "http",
"url": "https://docusign-navigator.thisdot.co/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"docusign-navigator": {
"url": "https://docusign-navigator.thisdot.co/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"docusign-navigator": {
"serverUrl": "https://docusign-navigator.thisdot.co/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档25/25
- 维护15/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 307 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.3.0最新 | 2025年10月27日 |
| 1.2.2 | 2025年10月24日 |
| 1.2.1 | 2025年10月24日 |
| 1.2.0 | 2025年10月24日 |
| 1.0.3 | 2025年10月24日 |
| 1.0.2 | 2025年10月24日 |