Back to MCP Servers
DottedSign
An MCP server to automate eSignature workflows and signing tasks for AI agents through natural language
esignaturedocumentssigningproductivitycommunity
By DottedSign
Installation
claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcpConfiguration
{
"mcpServers": {
"dottedsign": {
"type": "http",
"url": "https://mcp.dottedsign.com/dottedsign-api/mcp"
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes