<a href="https://smithery.ai/server/@firstorderai/authenticator_mcp"><img alt="Smithery 徽章" src="https://smithery.ai/badge/@firstorderai/authenticator_mcp"></a>
一个安全的 MCP(模型上下文协议)服务器,使AI代理能够与身份验证应用程序交互。它提供了对双因素认证码和密码的无缝访问,允许AI代理协助自动登录过程,同时保持安全性。此工具弥合了AI助手与安全认证之间的差距,使得在不同平台和网站上管理凭证变得更加容易。
<a href="https://glama.ai/mcp/servers/@firstorderai/authenticator_mcp"> <img width="380" height="200" src="https://gips2.baidu.com/it/u=2124641351,2545292155&fm=3081&app=3081&f=PNG?w=760&h=400" alt="身份验证应用服务器 MCP 服务器" /> </a>此MCP服务器特别设计用于与身份验证应用·双因素认证一起使用。
许多AI客户端使用配置文件来管理MCP服务器。
authenticator-mcp工具可以通过向您的配置文件添加以下内容进行配置。
注意:您需要创建一个身份验证应用的访问令牌才能使用此服务器。如何创建身份验证应用访问令牌的说明可以在此处找到。
{
"mcpServers": {
"身份验证应用 MCP": {
"command": "npx",
"args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY"]
}
}
}
{
"mcpServers": {
"身份验证应用 MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "authenticator-mcp", "--access-token=YOUR-KEY"]
}
}
}
或者,您可以在env字段中设置AUTHENTICATOR_ACCESS_TOKEN。
<img src="https://firstorder.ai/store/msstore.svg" alt="在Microsoft Store下载" height="50" style="margin-right: 10px"> <img src="https://firstorder.ai/store/appstore_mac.svg" alt="在Mac App Store下载" height="50"> <img src="https://firstorder.ai/store/download_deb.svg" alt="下载Ubuntu/Debian .deb" height="50">
身份验证应用·双因素认证。设置并找到MCP服务器部分。ON启用MCP服务器,然后继续生成您的访问令牌。请注意,访问令牌只会显示一次。请确保立即复制它,并将其添加到您的MCP客户端配置中。