安全的 MCP(模型上下文协议)服务器,使 AI 代理能够与 Authenticator 应用交互。它提供对 2FA 代码和密码的无缝访问,允许 AI 代理在确保安全性的同时协助自动登录流程。此工具弥合了 AI 助手与安全身份验证之间的差距,使您能够更轻松地跨不同平台和网站管理凭据。
工作原理
- 打开你的AI代理的集成聊天界面(例如Cursor的代理模式)。
- 要求 AI 代理检索您所需网站和帐户的 2FA 代码或密码。
- AI 代理将安全地获取这些凭证,然后利用它们来自动化您的登录过程。
此 MCP 服务器专门设计用于与Authenticator App · 2FA一起使用。
入门
许多 AI 客户端使用配置文件来管理 MCP 服务器。
可以通过将以下内容添加到配置文件来配置authenticator-mcp
工具。
注意:您需要创建身份验证器应用访问令牌才能使用此服务器。有关如何创建身份验证器应用访问令牌的说明,请参阅此处。
MacOS / Linux
视窗
或者您可以在env
字段中设置AUTHENTICATOR_ACCESS_TOKEN
。
安装身份验证器应用程序·2FA 桌面版
创建访问令牌
- 启动
Authenticator App · 2FA
的桌面版本。 - 导航到
Settings
并找到MCP Server
部分。 - 通过切换为
ON
来启用 MCP 服务器,然后继续生成访问令牌。
请注意,访问令牌仅显示一次。请务必立即复制并添加到您的 MCP 客户端配置中。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
安全服务器使 AI 代理能够从 Authenticator App 访问 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