blue·auth Document Signing for Claude Desktop
io.github.ricdanyalgil/blueauth-document-signing
Send AI-created PDFs for signature, track signers, and return verifiable document evidence.
client:Claude Desktop
transport:streamable-http
Install blue·auth Document Signing in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"blueauth-document-signing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://blueauth.co/api/mcp-server/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs