Loading...

This MCP server securely provides AI agents access to 2FA codes and passwords stored in the Authenticator App, enabling automated logins.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server securely provides AI agents access to 2FA codes and passwords stored in the Authenticator App, enabling automated logins.
This MCP server offers convenient access to authentication credentials but requires careful handling of the access token. It is safe to use when the AI agent and the access token are properly secured. It is risky if the access token is exposed or the AI agent is compromised.
Performance should be adequate for typical use cases, as it primarily involves retrieving data from a local application. However, high-volume requests may introduce latency.
There are no direct costs associated with running the MCP server itself. Costs may arise from the resources consumed by the AI agent and the Authenticator App.
{
"mcpServers": {
"Authenticator App MCP": {
"command": "npx",
"args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY"]
}
}
}AUTHENTICATOR_ACCESS_TOKENauthenticator-mcpProvides access to 2FA codes and passwords stored in the Authenticator App.
Allows access to sensitive credentials, but only with a valid access token.
API Key
cloud
This MCP server offers convenient access to authentication credentials but requires careful handling of the access token. It is safe to use when the AI agent and the access token are properly secured. It is risky if the access token is exposed or the AI agent is compromised.
The server only provides read access to credentials, limiting the potential for destructive actions. The AI agent's permissions are effectively limited by the scope of the Authenticator App and the access token.
Production Tip
Regularly rotate access tokens and monitor AI agent activity for suspicious behavior.
Launch the desktop version of Authenticator App · 2FA, navigate to Settings, enable the MCP Server, and generate the access token.
Immediately generate a new access token and revoke the compromised one.
No, the MCP server only provides access to the credentials stored within the Authenticator App.
Yes, but each AI agent will need its own access token for security reasons.
The documentation does not explicitly state encryption. It is recommended to run the AI agent and MCP server on the same secure network.
The AI agent can access 2FA codes and passwords stored in the Authenticator App.
Toggle the MCP Server setting to 'OFF' within the Authenticator App.