Odel
WebCrypt MCP Server

WebCrypt MCP Server

Local
@putervision26JavaScriptMITUpdated 2w ago

Zero-dependency Web Crypto & AI Agent MCP Server (AES-256-GCM, RSA-4096, PQC, Signatures).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwebcryptv1.0.1

Run

npx -y webcrypt

MCP client config

{
  "mcpServers": {
    "webcrypt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "webcrypt"
      ]
    }
  }
}