AIエージェントが認証アプリと連携できるようにする、安全なMCP(モデルコンテキストプロトコル)サーバーです。2要素認証コードとパスワードへのシームレスなアクセスを提供し、AIエージェントがセキュリティを維持しながら自動ログインプロセスを支援できるようにします。このツールは、AIアシスタントと安全な認証の間のギャップを埋め、異なるプラットフォームやウェブサイト間での認証情報の管理を容易にします。
仕組み
- AI エージェントの統合チャット インターフェース (Cursor のエージェント モードなど) を開きます。
- AI エージェントに、希望する Web サイトとアカウントの 2FA コードまたはパスワードを取得するよう依頼します。
- AI エージェントはこれらの資格情報を安全に取得し、それを利用してログイン プロセスを自動化できます。
この MCP サーバーは、認証アプリ・2FAで使用するために特別に設計されています。
はじめる
多くの AI クライアントは、構成ファイルを使用して MCP サーバーを管理します。
authenticator-mcp
ツールは、構成ファイルに以下を追加することで構成できます。
注意:このサーバーを使用するには、認証アプリのアクセストークンを作成する必要があります。認証アプリのアクセストークンの作成方法については、こちらをご覧ください。
macOS / Linux
ウィンドウズ
または、 env
フィールドにAUTHENTICATOR_ACCESS_TOKEN
を設定することもできます。
認証アプリをインストール · 2FAデスクトップ版
アクセストークンの作成
Authenticator App · 2FA
のデスクトップバージョンを起動します。Settings
に移動して、MCP Server
セクションを見つけます。- MCP サーバーを
ON
に切り替えて有効にし、アクセス トークンの生成に進みます。
アクセストークンは一度しか表示されませんのでご注意ください。すぐにコピーして、MCPクライアントの設定に追加してください。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI エージェントが認証アプリから 2FA コードとパスワードにアクセスできるようにする安全なサーバー。これにより、セキュリティを維持しながら自動ログイン プロセスを支援できます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA 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 -9TypeScriptMIT License
- -securityAlicense-qualityA 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 -10PythonApache 2.0
- -securityFlicense-qualityA 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 -3Python
- AsecurityFlicenseAqualityA 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 -1TypeScript