Back to Home
firstorderai icon

authenticator_mcp

Verified Safe

by firstorderai

Overview

Enables AI agents to securely retrieve 2FA codes, passwords, and account lists from a local desktop Authenticator App for automated login processes.

Installation

Run Command
npx -y authenticator-mcp --access-token=YOUR_ACCESS_TOKEN

Environment Variables

  • AUTHENTICATOR_ACCESS_TOKEN

Security Notes

The server's design inherently limits network exposure by communicating credentials solely with a local desktop Authenticator App via localhost (127.0.0.1). It utilizes `zod` for input validation and requires an access token, which can be provided securely via environment variables or CLI arguments. There is no usage of `eval` or similar dangerous functions, and no hardcoded secrets other than the expected localhost endpoint. The `process.stdout.write` override is an unusual but intentional measure to ensure only MCP protocol JSON messages are output.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassLow
Avg Tokens30
Stars29
Forks11
Last Update2025-12-02

Tags

MCPAI Agent2FAPassword ManagementAuthentication