Password Generator
FreeNot checkedGenerates random passwords with configurable character sets (all, alpha, numbers, letters) via the Model Context Protocol.
About
Generates random passwords with configurable character sets (all, alpha, numbers, letters) via the Model Context Protocol.
README
A Model Context Protocol (MCP) server that generates random passwords with different character sets.
Features
- Generate random passwords with different character sets:
all: Includes letters, numbers, and special charactersalpha: Alphanumeric characters (letters and numbers)numbers: Only numbersletters: Only letters (uppercase and lowercase)
Prerequisites
- Node.js (v16 or higher)
- npm
Installation
- Clone the repository:
git clone [email protected]:acidkeyxyz/mcp-pwd-generator.git
cd mcp-pwd-generator
- Install dependencies:
npm install
Running with Inspector
To run the MCP server with the inspector, you'll need to:
- Install the MCP Inspector globally:
npm install -g @modelcontextprotocol/inspector
- Run the server:
npx tsx index.ts
- In a separate terminal, run the inspector:
mcp-inspector
Usage
Once the server is running with the inspector, you can use the generate-password tool with the following parameters:
count: Number of passwords to generatelength: Length of each passwordtype: Password character set type (optional, defaults to "all")all: All characters (letters, numbers, special characters)alpha: Alphanumeric charactersnumbers: Only numbersletters: Only letters
Example request in the inspector:
{
"name": "generate-password",
"parameters": {
"count": 1,
"length": 12,
"type": "all"
}
}
License
ISC
Installing Password Generator
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/acidkeyxyz/mcp-pwd-generatorFAQ
Is Password Generator MCP free?
Yes, Password Generator MCP is free — one-click install via Unyly at no cost.
Does Password Generator need an API key?
No, Password Generator runs without API keys or environment variables.
Is Password Generator 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 Generator in Claude Desktop, Claude Code or Cursor?
Open Password Generator 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Password Generator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
