Password
FreeNot checkedGenerates strong passwords and evaluates password strength using zxcvbn, with uniform random sampling via Node's crypto.
About
Generates strong passwords and evaluates password strength using zxcvbn, with uniform random sampling via Node's crypto.
README
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.
Install Password in Claude Desktop, Claude Code & Cursor
unyly install password-mcpInstalls 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-mcpFAQ
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
Stripe
Payments, customers, subscriptions
by Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
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
