mcp-server-docusign

luthersystems/mcp-server-docusign
★ 1 stars Python 🔒 Security Updated 5mo ago ⚠ Review
DocuSign MCP Server with FastMCP - JWT server-to-server authentication
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-docusign": {
      "command": "uvx",
      "args": [
        "mcp-server-docusign"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-docusign