AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Authenticator Mcp

mcp-firstorderai-authenticator-mcp · by firstorderai

A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add mcp-firstorderai-authenticator-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-firstorderai-authenticator-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Authenticator Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

[](https://mseep.ai/app/firstorderai-authenticator-mcp)

Authenticator App MCP Server

🌐 Available in: 中文 (Chinese)

[](https://archestra.ai/mcp-catalog/firstorderai__authenticator_mcp)

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, making it easier to manage your credentials across different platforms and websites.

How it works

  1. Open your AI agent's integrated chat interface (such as Cursor's agent mode).
  2. Ask AI agent to retrieve your 2FA code or password for your desired website and account.
  3. AI agent will securely fetch these credentials, then can utilize them to automate your login process.

This MCP server is specifically designed for use with [Authenticator App · 2FA](#install-authenticator-app--2fa-desktop-version).

[](https://youtu.be/4zZqrES6FBc)

Getting Started

Many AI clients use a configuration file to manage MCP servers.

The authenticator-mcp tool can be configured by adding the following to your configuration file.

> NOTE: You will need to create a Authenticator App access token to use this server. Instructions on how to create a Authenticator App access token can be found [here](#creating-an-access-token).

MacOS / Linux

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

Windows

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

Or you can set AUTHENTICATOR_ACCESS_TOKEN in the env field.

Install Authenticator App · 2FA Desktop version

[](https://apps.microsoft.com/detail/9n6gl0bvkphn?utmsource=mcp) [](https://static.firstorder.ai/app/authenticatorsetup.exe) [](https://apps.apple.com/app/apple-store/id6470149516?pt=126691301&mt=8&platform=mac&utm_source=mcp) [](https://static.firstorder.ai/app/authenticator.deb)

Creating an Access Token

  1. Launch the desktop version of Authenticator App · 2FA.
  2. Navigate to Settings and locate the MCP Server section.
  3. Enable the MCP Server by toggling it ON, then proceed to generate your access token.

Please note that the access token will only be displayed once. Be sure to copy it immediately and add it to your MCP client configuration.

More information

Firstorder.AI

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.