otp-mcp-server
The OTP-MCP server is a Model Context Protocol server that provides secure OTP (One-Time Password) generation and management for integration with AI assistants and applications.
Core Capabilities:
List OTP tokens - View all available tokens in your database
Search tokens - Retrieve detailed information for tokens matching a specific pattern (name or token number)
Generate OTP codes - Calculate one-time password codes for matching tokens
Add new tokens - Register tokens with customizable settings:
TOTP (Time-based) and HOTP (HMAC-based) algorithms
Multiple hashing algorithms (SHA1, SHA256, SHA512, MD5)
Configurable secret key, issuer, account, code length (digits), time period, and counter values
Delete tokens - Remove tokens from your database by pattern matching
Integration & Configuration:
Multiple transport protocols: STDIO (for Claude Desktop), HTTP Stream, and SSE
Flexible configuration via command-line arguments or environment variables for database, host, port, transport, and logging
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@otp-mcp-servergenerate a TOTP for my GitHub account"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
# Use uvx for isolated execution
uvx otp-mcp-server
# Or install from PyPI
pip install otp-mcp-serverBasic Usage
# Run with STDIO (default, for Claude Desktop)
otp-mcp-server
# Run with HTTP Stream transport
otp-mcp-server --http-stream --host 127.0.0.1 --port 8000
# Run with SSE transport
otp-mcp-server --sse --host 127.0.0.1 --port 8000Using with Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"otp": {
"command": "uvx",
"args": ["otp-mcp-server"]
}
}
}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 |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA simple MCP server that provides current time in Korean timezone (KST) with multiple format options and generates random numbers within customizable ranges.Last updated2
- Alicense-qualityDmaintenanceA secure MCP server with authentication, rate limiting, and tools for querying records and managing integrations.Last updated854MIT
- Flicense-qualityDmaintenanceComprehensive MCP server offering password generation, QR code creation, Base64 encoding/decoding, UUID generation, and color palette tools with secure API key authentication.Last updated
- Flicense-qualityDmaintenanceA comprehensive HTTP/HTTPS tool server using curl, supporting various authentication methods, file uploads, downloads, and custom curl commands.Last updated1
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andreax79/otp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server