A secure MCP server that enables AI agents to interact with Authenticator App, providing seamless access to 2FA codes and passwords for automated login processes while maintaining security.
A secure MCP server that enables AI agents to interact with the Authenticator App to retrieve 2FA codes and passwords for automated login processes.
{
"mcpServers": {
"Authenticator App MCP": {
"command": "npx",
"args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY"]
}
}
}