MCP Password Generator
@acidkeyxyz
MCP Password Generator について
A Model Context Protocol (MCP) server that generates random passwords with different character sets.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-pwd-generator": {
"command": "npx",
"args": [
"tsx",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「開発者ツール」の他のコンテンツ
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
コメント