Authenticator App MCP Server

v1.0.0Securitystable

A secure server that enables AI agents to access 2FA codes and passwords from the Authenticator App, allowing them to assist with automated login processes while maintaining security.

authenticator-app-mcp-servermcpai-integration
Share:
37
Stars
0
Downloads
0
Weekly
0/5

What is Authenticator App MCP Server?

Authenticator App MCP Server is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to secure server that enables ai agents to access 2fa codes and passwords from the authenticator app, allowing them to assist with automated login processes while maintaining security.

A secure server that enables AI agents to access 2FA codes and passwords from the Authenticator App, allowing them to assist with automated login processes while maintaining security.

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A secure server that enables AI agents to access 2FA codes a

Use Cases

Access 2FA codes and passwords from the Authenticator App securely. Assist with automated login processes while maintaining security.
firstorderai

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx authenticator-app-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Authenticator App MCP Server

Authenticator App MCP Server is a secure bridge between AI agents and the Authenticator App desktop client, allowing agents to retrieve TOTP two-factor authentication codes and stored passwords on demand without requiring the user to manually look them up. The server communicates with the locally installed Authenticator App over a token-authenticated channel, so credentials never leave the local machine. Security-conscious developers and power users use it to enable autonomous login workflows where the agent handles both password retrieval and 2FA code entry during automated browser sessions.

Prerequisites

  • The Authenticator App desktop client installed (available for Windows, macOS, and Ubuntu/Debian from the official website)
  • An access token generated in the Authenticator App (Settings > MCP Server — copy the token immediately as it is shown only once)
  • An MCP-compatible client such as Claude Desktop
  • npx (Node.js 16+) available in PATH
1

Install and configure the Authenticator App desktop client

Download and install the Authenticator App desktop client for your platform from the official website. Import your existing 2FA accounts and passwords into the app.

2

Generate an MCP access token

In the Authenticator App desktop client, navigate to Settings > MCP Server. Toggle the MCP Server switch ON. The app will display a one-time access token — copy it immediately as it cannot be retrieved again.

3

Add the MCP server to Claude Desktop config (macOS/Linux)

Edit claude_desktop_config.json and add the Authenticator MCP entry. Pass the access token you copied as a command-line argument.

{
  "mcpServers": {
    "Authenticator App MCP": {
      "command": "npx",
      "args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY-HERE"]
    }
  }
}
4

Add the MCP server to Claude Desktop config (Windows)

On Windows, use cmd as the command so npx runs correctly in the Windows command environment.

{
  "mcpServers": {
    "Authenticator App MCP": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "authenticator-mcp", "--access-token=YOUR-KEY-HERE"]
    }
  }
}
5

Restart Claude Desktop and test credential retrieval

Restart Claude Desktop so it picks up the new server. Ask Claude to retrieve a 2FA code for a specific service to verify the connection to the Authenticator App is working.

Authenticator App MCP Server Examples

Client configuration

macOS/Linux claude_desktop_config.json entry for the Authenticator MCP server using npx and an access token argument.

{
  "mcpServers": {
    "Authenticator App MCP": {
      "command": "npx",
      "args": ["-y", "authenticator-mcp", "--access-token=YOUR-ACCESS-TOKEN"]
    }
  }
}

Prompts to try

Example prompts for retrieving 2FA codes and passwords through the MCP server during automated workflows.

- "Retrieve the current 2FA code for my GitHub account"
- "Get my password for the account associated with google.com"
- "Fetch the TOTP code for my AWS root account so I can complete login"
- "What is the 2FA code for my Cloudflare account right now?"

Troubleshooting Authenticator App MCP Server

Server returns 'invalid access token' or authentication error

The access token is single-use for display — once you navigate away from the Settings screen, you cannot retrieve the same token again. Generate a new token by toggling the MCP Server off and back on in the Authenticator App settings.

Authenticator App is not running when the agent tries to fetch a code

The MCP server requires the Authenticator App desktop client to be running on the same machine. The app must be open (it can run in the system tray) for the MCP server to retrieve codes. Configure the app to start with your operating system.

npx takes too long to start or fails offline

The access token can alternatively be passed as an environment variable. Change your config to use: "env": { "AUTHENTICATOR_ACCESS_TOKEN": "YOUR-KEY" } and remove the --access-token argument. Also consider caching the npx download by pre-installing with: npm install -g authenticator-mcp

Frequently Asked Questions about Authenticator App MCP Server

What is Authenticator App MCP Server?

Authenticator App MCP Server is a Model Context Protocol (MCP) server that secure server that enables ai agents to access 2fa codes and passwords from the authenticator app, allowing them to assist with automated login processes while maintaining security. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Authenticator App MCP Server?

Follow the installation instructions on the Authenticator App MCP Server GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Authenticator App MCP Server?

Authenticator App MCP Server works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Authenticator App MCP Server free to use?

Yes, Authenticator App MCP Server is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Authenticator App MCP Server Alternatives — Similar Security Servers

Looking for alternatives to Authenticator App MCP Server? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "authenticator-app-mcp-server": { "command": "npx", "args": ["-y", "authenticator-app-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Authenticator App MCP Server?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides