Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Password

FreeNot checked

Generates strong passwords and evaluates password strength using zxcvbn, with uniform random sampling via Node's crypto.

GitHubEmbed

About

Generates strong passwords and evaluates password strength using zxcvbn, with uniform random sampling via Node's crypto.

README

npm mcp license

MCP server: generate strong passwords and score password strength with zxcvbn. Randomness comes from Node's crypto.randomBytes with rejection sampling so the distribution is uniform across the chosen alphabet.

Tools

generate

{ "length": 20, "exclude_ambiguous": true }

{ "password": "aB3xK7nQ2wP9vR4zM8tL" }

Field Default Notes
length 20 4-256
lowercase true
uppercase true
digits true
symbols true
exclude_ambiguous false Drops 0 O 1 l I | etc.

At least one character from each enabled class is guaranteed.

strength

{ "password": "correct horse battery staple" }

{
  "score": 4,
  "guesses_log10": 17.34,
  "crack_time_display": "centuries",
  "warning": "",
  "suggestions": []
}

score is the zxcvbn 0-4 strength rating. guesses_log10 is the base-10 log of the estimated guesses needed.

Configure

{ "mcpServers": { "password": { "command": "npx", "args": ["-y", "@mukundakatta/password-mcp"] } } }

License

MIT.

from github.com/MukundaKatta/password-mcp

Install Password in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install password-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add password-mcp -- npx -y @mukundakatta/password-mcp

FAQ

Is Password MCP free?

Yes, Password MCP is free — one-click install via Unyly at no cost.

Does Password need an API key?

No, Password runs without API keys or environment variables.

Is Password hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Password in Claude Desktop, Claude Code or Cursor?

Open Password on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Password with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs