MCP Password Generator
@acidkeyxyz
About MCP Password Generator
A Model Context Protocol (MCP) server that generates random passwords with different character sets.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pwd-generator": {
"command": "npx",
"args": [
"tsx",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Password Generator?
An MCP server that generates random passwords with configurable character sets (all, alpha, numbers, letters). It is designed for developers who need to integrate password generation into MCP-compatible applications.
How to use MCP Password Generator?
Clone the repository, install dependencies with npm install, and run the server with npx tsx index.ts. Use the MCP Inspector tool to invoke the generate-password tool, providing the parameters count, length, and optional type.
Key features of MCP Password Generator
- Generates random passwords with selectable character sets
- Supports four character set options: all, alpha, numbers, letters
- Configurable password count and length
- Simple MCP tool interface for integration
Use cases of MCP Password Generator
- Generating secure passwords for user accounts
- Creating temporary numeric access codes
- Producing alphanumeric tokens for API keys
- Generating random strings for testing and development
FAQ from MCP Password Generator
What character sets are available?
The server supports four types: "all" (letters, numbers, special characters), "alpha" (alphanumeric), "numbers" (only digits), and "letters" (only letters). The default is "all".
What are the prerequisites?
Node.js version 16 or higher and npm are required.
How do I install and run the server?
Clone the repository, run npm install, then start the server with npx tsx index.ts. Use the MCP Inspector (installed globally via npm install -g @modelcontextprotocol/inspector) to interact with the tool.
How do I use the generate-password tool?
Send a request to the server with the tool name generate-password and parameters count (number of passwords), length (password length), and optionally type (character set, defaults to "all").
What license is the project under?
The project is licensed under the ISC license.
Frequently asked questions
What character sets are available?
The server supports four types: "all" (letters, numbers, special characters), "alpha" (alphanumeric), "numbers" (only digits), and "letters" (only letters). The default is "all".
What are the prerequisites?
Node.js version 16 or higher and npm are required.
How do I install and run the server?
Clone the repository, run `npm install`, then start the server with `npx tsx index.ts`. Use the MCP Inspector (installed globally via `npm install -g @modelcontextprotocol/inspector`) to interact with the tool.
How do I use the generate-password tool?
Send a request to the server with the tool name `generate-password` and parameters `count` (number of passwords), `length` (password length), and optionally `type` (character set, defaults to "all").
What license is the project under?
The project is licensed under the ISC license.
Basic information
More Developer Tools MCP servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Comments