Password Strength MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Score password strength locally with the zxcvbn algorithm. No network and no key.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add password-strength-mcp -- npx -y password-strength-mcp
{
"mcpServers": {
"password-strength-mcp": {
"args": [
"-y",
"password-strength-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.password-strength-mcp]
command = "npx"
args = ["-y", "password-strength-mcp"]
{
"mcpServers": {
"password-strength-mcp": {
"args": [
"-y",
"password-strength-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"password-strength-mcp": {
"args": [
"-y",
"password-strength-mcp"
],
"command": "npx"
}
}
}
Hash, sign, and encrypt text locally with standard algorithms. No network and no key.
Generate strong random passwords locally. No network and no key.
Score words and find valid plays for Scrabble locally. No network and no key.
Generate and verify time based one time passwords locally. No network and no key.
Parse, stringify, and validate YAML locally. No network and no key.
Compute file and text checksums locally with sha and md5. No network and no key.
Generate Word documents locally with headings, paragraphs, and tables. No network and no key.
Generate PDF documents locally with text, headings, and pages. No network and no key.
Answers built from our own checks of this server.