MCP Hub
Back to servers

OpGen Password Generator

MCP (Model Context Protocol) Server. Generates secure passwords with configurable character sets or word combinations, automatically copying results to the clipboard for seamless credential creation.

Stars
4
Tools
2
Validated
Jan 11, 2026

opgen MCP Server

Installation

go install github.com/syumai/opgen-mcp-server@latest

Usage

{
    // If you have installed opgen-mcp-server
    "opgen": {
        "command": "opgen-mcp-server",
    },
    // Alternative configuration
    "opgen": {
        "command": "go",
        "args": ["run", "github.com/syumai/opgen-mcp-server@latest"],
    },
}

Tools

generate_password_characters

Configurable options

  • Password length
  • Allowed character sets
  • Required character sets
  • Excluded character sets

Character sets

  • uppercase
  • lowercase
  • digits
  • symbols
  • ambiguous

generate_password_words

Configurable options

  • Number of words
  • Word list selection:
    • words
    • syllables
  • Word separator type:
    • hyphen
    • space
    • comma
    • period
    • underscore
    • digit
    • none
  • Capitalization scheme:
    • none
    • first
    • all
    • random
    • one

Reviews

No reviews yet

Sign in to write a review