strong-password-generator-mcp

alfredang/strong-password-generator-mcp
★ 1 stars Python 💰 Finance Updated 2mo ago ⚠ Review
MCP server for generating cryptographically secure passwords. Customizable length, symbols, numbers, case options. Built with FastMCP 2.0. Includes strength analysis and passphrase generation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "strong-password-gene": {
      "command": "uvx",
      "args": [
        "strong-password-generator-mcp"
      ]
    }
  }
}

Or install with pip: pip install strong-password-generator-mcp

Topics

fastmcpmcpmcp-serverspassword-generator