OTP MCP Server
About
Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.
Details
- Author
- andreax79
- Categories
- Developer Tools, Security
Jump to
Setup
Install OTP MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/andreax79/otp-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
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.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning with Cycode.
Model Context Protocol Servers Repository for OpenZeppelin Products
Enable AI agents to secure code with Semgrep.
Model Context Protocol server for Skycloak managed Keycloak. Manage clusters, realms, applications, SSO and users from any MCP client.
Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.
Security scanner for MCP servers and AI agent tooling. Detects prompt injection, command injection, auth bypass, and excessive permissions.
Remote MCP server (Streamable HTTP) at https://mcp.agenticrail.nz/ — deterministic step-order enforcement for AI agents. evaluate_step returns ALLOW or DENY before a step runs; verify_receipt proves a sequence's Ed25519-signed, hash-chained receipt chain is intact. No auth required: omit the bearer token and calls run on the public demo key. That first clause matters — the form has no "remote/hosted" field, and putting the endpoint in the description is the convention on that list ("Fully REMOTE! Just use…"). The rest mirrors your own server card verbatim, so the listing and the card can't drift.
An engineering governance and safety control plane for AI coding agents to enforce strict SDLC discipline, quality gates, and security branch protections.
Deterministic security preflight for AI agents. Check URLs, files and shell commands before acting.
AI-powered code quality analysis to detect best practice violations, security issues, and architectural problems in real-time.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





