mktotp
Verified Safeby zv-louis
Overview
Manages TOTP secrets for two-factor authentication and provides them via a local MCP server for agent tools.
Installation
mktotp mcp --mcp-serverSecurity Notes
The server appears to be designed with security in mind. It stores sensitive TOTP secrets locally, uses file locking for concurrent access, and enforces secure file permissions (0o600 on Unix, icacls on Windows). The README explicitly states that secret strings are not sent to LLMs when operating as an MCP server. There are no obvious hardcoded secrets or malicious patterns. Communication via MCP is `stdio`-based, limiting direct network exposure from the server itself.
Similar Servers
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
jetski
Jetski is an Open Source MCP Analytics and Authentication Platform designed to simplify installation, authentication, and provide logs/analytics for Model Context Protocol (MCP) servers.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
authenticator_mcp
Enables AI agents to securely retrieve 2FA codes, passwords, and account lists from a local desktop Authenticator App for automated login processes.