Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.
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.
# Use uvx for isolated execution
uvx otp-mcp-server
# Or install from PyPI
pip install otp-mcp-server
# 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
Add to your Claude Desktop configuration:
{
"mcpServers": {
"otp": {
"command": "uvx",
"args": ["otp-mcp-server"]
}
}
}
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 |
An MCP server for interacting with Juniper Junos network devices using LLMs.
Generate images using Google's Gemini API.
Video transcoding, packaging, and analysis using the Shaka Packager tool, integrated with Claude AI.
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
Provides seamless integration with SonarQube Server or Cloud, and enables analysis of code snippets directly within the agent context
Programmatically control Windows mouse, keyboard, window management, screen capture, and clipboard operations.
Generate images using the Together AI API. Supports custom aspect ratios, save paths, and batch generation.
Integrates with the Neo N3 blockchain for wallet management, asset transfers, contract interactions, and blockchain queries.
Analyzes GitLab merge requests and links them to Confluence documentation.
Quickly retrieve SVGs using the Iconify API, with no external data files required.