Skip to content
Claude Desktop

siglio mcp for Claude Desktop

com.esigndev/siglio-mcp

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

client:Claude Desktop transport:stdio runtime:npm

Install siglio mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "siglio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "siglio-mcp"
      ],
      "env": {
        "SIGLIO_API_KEY": "<SIGLIO_API_KEY>",
        "SIGLIO_ALLOW_LIVE": "<SIGLIO_ALLOW_LIVE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

siglio mcp in other clients