Authenticator App MCP Server
@firstorderai
About Authenticator App MCP Server
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Authenticator App MCP": {
"command": "npx",
"args": [
"-y",
"authenticator-mcp",
"--access-token=YOUR-KEY"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Authenticator App MCP Server?
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App. It provides seamless access to 2FA codes and passwords, allowing AI agents to assist with automated login processes while maintaining security. This tool bridges the gap between AI assistants and secure authentication across different platforms and websites.
How to use Authenticator App MCP Server?
Add the server configuration to your MCP client’s config file using npx with the authenticator-mcp command and your Authenticator App access token. For example, on macOS/Linux: "command": "npx", "args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY"]. You can also set the AUTHENTICATOR_ACCESS_TOKEN environment variable.
Key features of Authenticator App MCP Server
- Enables AI agents to fetch 2FA codes and passwords.
- Designed specifically for the Authenticator App desktop version.
- Secure access token‑based authentication.
- Bridges AI assistants with secure credential storage.
- Supports automated login workflows across platforms.
Use cases of Authenticator App MCP Server
- AI agent retrieves a 2FA code for a specific website and account.
- AI assistant automates login by fetching stored credentials.
- Streamline multi‑factor authentication in AI‑driven workflows.
FAQ from Authenticator App MCP Server
What dependencies are required to use this server?
You need the desktop version of Authenticator App · 2FA (available for Windows, macOS, and Linux) and a valid access token generated from that app.
How do I create an access token?
Launch the Authenticator App desktop version, go to Settings → MCP Server, enable the toggle, and generate an access token. The token is shown only once, so copy it immediately.
What runtime environment is needed?
The server runs via npx (Node.js), so Node.js must be installed on your system.
Where are the 2FA codes and passwords stored?
They reside locally within the Authenticator App desktop application. The MCP server accesses them only with the provided access token.
Does the server support alternative transports or authentication methods?
The README only documents stdio‑based transport (via npx) and access‑token authentication. No other transports or auth methods are mentioned.
Frequently asked questions
What dependencies are required to use this server?
You need the desktop version of Authenticator App · 2FA (available for Windows, macOS, and Linux) and a valid access token generated from that app.
How do I create an access token?
Launch the Authenticator App desktop version, go to Settings → MCP Server, enable the toggle, and generate an access token. The token is shown only once, so copy it immediately.
What runtime environment is needed?
The server runs via `npx` (Node.js), so Node.js must be installed on your system.
Where are the 2FA codes and passwords stored?
They reside locally within the Authenticator App desktop application. The MCP server accesses them only with the provided access token.
Does the server support alternative transports or authentication methods?
The README only documents stdio‑based transport (via `npx`) and access‑token authentication. No other transports or auth methods are mentioned.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments