Skip to main content
Glama

Authenticator App MCP Server

by firstorderai

AIエージェントが認証アプリと連携できるようにする、安全なMCP(モデルコンテキストプロトコル)サーバーです。2要素認証コードとパスワードへのシームレスなアクセスを提供し、AIエージェントがセキュリティを維持しながら自動ログインプロセスを支援できるようにします。このツールは、AIアシスタントと安全な認証の間のギャップを埋め、異なるプラットフォームやウェブサイト間での認証情報の管理を容易にします。

仕組み

  1. AI エージェントの統合チャット インターフェース (Cursor のエージェント モードなど) を開きます。
  2. AI エージェントに、希望する Web サイトとアカウントの 2FA コードまたはパスワードを取得するよう依頼します。
  3. AI エージェントはこれらの資格情報を安全に取得し、それを利用してログイン プロセスを自動化できます。

この MCP サーバーは、認証アプリ・2FAで使用するために特別に設計されています。

はじめる

多くの AI クライアントは、構成ファイルを使用して MCP サーバーを管理します。

authenticator-mcpツールは、構成ファイルに以下を追加することで構成できます。

注意:このサーバーを使用するには、認証アプリのアクセストークンを作成する必要があります。認証アプリのアクセストークンの作成方法については、こちらをご覧ください。

macOS / Linux

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

ウィンドウズ

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

または、 envフィールドにAUTHENTICATOR_ACCESS_TOKENを設定することもできます。

認証アプリをインストール · 2FAデスクトップ版

アクセストークンの作成

  1. Authenticator App · 2FAのデスクトップバージョンを起動します。
  2. Settingsに移動して、 MCP Serverセクションを見つけます。
  3. MCP サーバーをONに切り替えて有効にし、アクセス トークンの生成に進みます。

アクセストークンは一度しか表示されませんのでご注意ください。すぐにコピーして、MCPクライアントの設定に追加してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI エージェントが認証アプリから 2FA コードとパスワードにアクセスできるようにする安全なサーバー。これにより、セキュリティを維持しながら自動ログイン プロセスを支援できます。

  1. はじめる
    1. macOS / Linux
    2. ウィンドウズ
  2. 認証アプリをインストール · 2FAデスクトップ版
    1. アクセストークンの作成

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A secure system enabling AI assistants to interact with blockchain data and prepare transactions while ensuring users maintain exclusive control over their private keys and transaction signing.
        Last updated -
        9
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A secure server that enables AI applications to execute shell commands in specified directories, supporting multiple shell types (bash, sh, cmd, powershell) with built-in security features like directory isolation and timeout control.
        Last updated -
        10
        Python
        Apache 2.0
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A proof-of-concept server that securely retrieves credentials from 1Password vaults and provides them to AI agents via Model Context Protocol (MCP), enabling AI assistants to use stored credentials for tasks like automated logins.
        Last updated -
        3
        Python
      • A
        security
        F
        license
        A
        quality
        A server that enables AI to access external services through the Model Context Protocol, specifically integrating with an authentication system to obtain login tickets.
        Last updated -
        1
        TypeScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/firstorderai/authenticator_mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server