Back to MCP Servers

DottedSign

An MCP server to automate eSignature workflows and signing tasks for AI agents through natural language

esignaturedocumentssigningproductivitycommunity

Installation

claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcp

Configuration

{
  "mcpServers": {
    "dottedsign": {
      "type": "http",
      "url": "https://mcp.dottedsign.com/dottedsign-api/mcp"
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub