# TOTP Generator

Generate time-based one-time passwords for two-factor authentication. Create codes on demand for accounts and services, ideal for automation and testing. Simplify secure logins and reduce reliance on…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add duvomike/totp

# Browse available tools
npx -y @smithery/cli@latest tool list duvomike/totp
```

---

Source: https://github.com/duvomike/mcp/tree/main//totp_mcp_server
