OTP-MCP-Server
Model Context Protocol (MCP) server that provides OTP (One-Time Password) generation
A Model Context Protocol (MCP) server built with FastMCP that provides secure OTP (One-Time Password) generation. Supports TOTP (Time-based) and HOTP (HMAC-based) algorithms and multiple transport options including stdio, SSE, and HTTP Stream for seamless integration with AI assistants and applications.
Quick Start
Installation
Basic Usage
Using with Claude Desktop
Add to your Claude Desktop configuration:
Configuration
You can configure the server using command-line arguments or environment variables.
Environment Variable | Description |
| Path to the tokens database file |
| Host to bind the server to |
| Port to bind the server to |
| Transport protocol to use |
| Path for HTTP transport |
| Logging level |