Odel
mcp cryptography

mcp cryptography

Local
@daedalusPythonMITUpdated 2mo ago

MCP server exposing cryptography library functionality

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).

PyPImcp-cryptographyv0.1.1

Run

uvx mcp-cryptography

MCP client config

{
  "mcpServers": {
    "mcp-cryptography": {
      "command": "uvx",
      "args": [
        "mcp-cryptography"
      ]
    }
  }
}