MCP Password Generator
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Password Generatorgenerate a 12-character alphanumeric password"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Password Generator
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)
Related MCP server: Random Value MCP Server
Prerequisites
Node.js (v16 or higher)
npm
Installation
Clone the repository:
git clone git@github.com:acidkeyxyz/mcp-pwd-generator.git
cd mcp-pwd-generatorInstall dependencies:
npm installRunning with Inspector
To run the MCP server with the inspector, you'll need to:
Install the MCP Inspector globally:
npm install -g @modelcontextprotocol/inspectorRun the server:
npx tsx index.tsIn a separate terminal, run the inspector:
mcp-inspectorUsage
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Model Context Protocol server for Studex tools, notifications, and profile integrations
Text generation over MCP: prose, emails, blog outlines, SQL, humanizing, text diffs, fake data.
Generate synthetic random user data for testing, demos, and development without using real persona.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides access to api.random.org for generating true random numbers, strings, UUIDs, and more.810 npm1MIT
- FlicenseBqualityDmaintenanceGenerates random integers within a specified range and random alphanumeric strings of specified length through MCP protocol integration.2-
- AlicenseCqualityDmaintenanceGenerates passwords with customizable length, special characters, numbers, and umlauts via the Password Generator20 API.1MIT
- FlicenseBqualityCmaintenanceEnables generating secure passwords, exposing password policies, and providing reusable prompt templates for secure password creation through MCP primitives.1-