Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Iflow Mcp Andreax79 Otp

FreeNot checked

MCP Server for OTP

GitHubEmbed

About

MCP Server for OTP

README

MCP Server Build Status PyPI version Python 3.11+ License: MIT Ruff otp-mcp-server 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"]
    }
  }
}

Configuration

You can configure the server using command-line arguments or environment variables.

Environment Variable Description
OTP_MCP_SERVER_DB Path to the tokens database file
OTP_MCP_SERVER_HOST Host to bind the server to
OTP_MCP_SERVER_PORT Port to bind the server to
OTP_MCP_SERVER_TRANSPORT Transport protocol to use
OTP_MCP_SERVER_PATH Path for HTTP transport
OTP_MCP_SERVER_LOG_LEVEL Logging level

from github.com/andreax79/otp-mcp

Installing Iflow Mcp Andreax79 Otp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/andreax79/otp-mcp

FAQ

Is Iflow Mcp Andreax79 Otp MCP free?

Yes, Iflow Mcp Andreax79 Otp MCP is free — one-click install via Unyly at no cost.

Does Iflow Mcp Andreax79 Otp need an API key?

No, Iflow Mcp Andreax79 Otp runs without API keys or environment variables.

Is Iflow Mcp Andreax79 Otp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Iflow Mcp Andreax79 Otp in Claude Desktop, Claude Code or Cursor?

Open Iflow Mcp Andreax79 Otp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Iflow Mcp Andreax79 Otp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs