Skip to content
Docusign MCP Server

Docusign MCP Server

Released
1 views

Summary

Docusign's official hosted MCP server: query, send and track agreements from any MCP client using your own account permissions.

Features

  • Hosted Streamable HTTP endpoint with separate demo and production URLs
  • Query, send and track agreements conversationally from any MCP client
  • OAuth Confidential Authorization Code Grant; data scoped to the signed-in user
  • Documented setup for Claude, Claude Code, Copilot, Gemini CLI, ChatGPT, Copilot Studio and Slackbot
  • Open beta on both developer and production accounts, no approval form

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Docusign MCP Server" tools will be available.
{
  "mcpServers": {
    "docusign-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.docusign.com/mcp"
      ]
    }
  }
}

Description

The official Docusign Model Context Protocol server, a hosted Streamable HTTP endpoint that exposes Docusign's agreement platform to AI assistants and coding agents. Instead of switching between documentation, API references and code, you explore Docusign capabilities conversationally: generate access tokens, test APIs and automate end-to-end agreement workflows.

Endpoints

| Transport | Environment | URL |
| --- | --- | --- |
| Streamable HTTP | Production | https://mcp.docusign.com/mcp |
| Streamable HTTP | Demo | https://mcp-d.docusign.com/mcp |

Authentication and scope

Interaction requires a valid OAuth access token, and the server supports only the Confidential Authorization Code Grant type. Agreement data is scoped to the permissions attached to the signed-in user's account, so the server cannot reach documents that user could not open in Docusign. Docusign advises connecting with least-privileged accounts and designing integrations around targeted, user-scoped Navigator queries.

Status and availability

The server is in open beta for both developer and production accounts, with no intake form or additional approval required. Docusign publishes setup guides for Anthropic Claude and Claude Code, GitHub Copilot, Google Gemini CLI, OpenAI ChatGPT, Microsoft Copilot Studio and Slackbot. Because it is a beta feature it is provided as-is, and some capabilities remain under limited availability.

Security note

Docusign is unusually direct about the risk model, and it is worth repeating: a malicious remote MCP server can exfiltrate sensitive data, and running agents fully automatically increases exposure to prompt-injection attacks. Keep a human in the loop to confirm tool calls and to check the accuracy of what the model produces before an agreement moves.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

3 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →