Skip to main content
Glama

otp-mcp-server

by andreax79

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-server

Basic 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 8000

Using with Claude Desktop

Add to your Claude Desktop configuration:

{ "mcpServers": { "otp": { "command": "uvx", "args": ["otp-mcp-server"] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

The server provides secure OTP (One-Time Password) generation. Supports TOTP (Time-based) and HOTP (HMAC-based) algorithms

  1. Quick Start
    1. Installation
    2. Basic Usage
    3. Using with Claude Desktop

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A secure Model Context Protocol server that manages time-based operations using timing attack protection and timelock encryption, allowing for timed interval management and secure data storage.
    Last updated -
    2
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A server implementation that allows secure communication between MCP clients and privateGPT, enabling users to chat with privateGPT using knowledge bases and manage sources, groups, and users through a standardized Model Context Protocol.
    Last updated -
    4
    JavaScript
    MIT License
    • Linux
    • Apple
  • -
    security
    -
    license
    -
    quality
    Enterprise-grade authentication solution that provides secure credential management with encryption, multi-protocol authentication (OAuth2, SAML, LDAP), and real-time threat detection for applications.
    Last updated -
    AGPL 3.0
  • -
    security
    A
    license
    -
    quality
    Open source MCP server specializing in easy, fast, and secure tools for Databases.
    Last updated -
    1,530
    Go
    Apache 2.0
    • Linux

View all related MCP servers

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