Back to Home
firstorderai icon

authenticator_mcp

Verified Safe

by firstorderai

Overview

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

Installation

Run Command
npx -y authenticator-mcp --access-token=YOUR-KEY

Environment Variables

  • AUTHENTICATOR_ACCESS_TOKEN

Security Notes

The server design enhances security by communicating exclusively with a local desktop application (via 127.0.0.1) and requiring a generated access token for authentication. Input parameters for website and username are properly URL-encoded and validated using Zod. The access token is handled through environment variables or CLI arguments, not hardcoded. A minor concern is the override of `process.stdout.write` to silently filter non-JSON messages, which could obscure debugging information but does not appear to be a direct security vulnerability.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassLow
Avg Tokens30
Stars30
Forks11
Last Update2026-01-08

Tags

MCPAuthenticator2FAAI AgentSecurity