MCP Password Generator
Click on "Install 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: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides tools for creating, managing, and generating content for DeepWriter projects through a standardized Model Context Protocol interface.66Apache 2.0
- Flicense-qualityDmaintenanceProvides custom tools for news search, user profile management, and mathematical operations through the Model Context Protocol.
- AlicenseBqualityDmaintenanceProvides a moby-like random name generator through the Model Context Protocol, enabling AI assistants to generate random Docker-style names for use in applications and workflows.1MIT
- Flicense-qualityDmaintenanceGenerates UUIDv7 strings either individually or in batches, providing time-sortable universally unique identifiers through the Model Context Protocol.
Related MCP Connectors
Secure password generator MCP.
A Model Context Protocol server for Wix AI tools
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/acidkeyxyz/mcp-pwd-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server