WebCrypt MCP Server for Cline
io.github.putervision/webcrypt
Zero-dependency Web Crypto & AI Agent MCP Server (AES-256-GCM, RSA-4096, PQC, Signatures).
client:Cline
transport:stdio
runtime:npm
Install WebCrypt MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"webcrypt": {
"command": "npx",
"args": [
"-y",
"webcrypt"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs