Authenticator App MCP Server
@firstorderai
关于 Authenticator App MCP Server
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Authenticator App MCP": {
"command": "npx",
"args": [
"-y",
"authenticator-mcp",
"--access-token=YOUR-KEY"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Authenticator App MCP Server?
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 across different platforms and websites.
How to use Authenticator App MCP Server?
Add the server configuration to your MCP client’s config file using npx with the authenticator-mcp command and your Authenticator App access token. For example, on macOS/Linux: "command": "npx", "args": ["-y", "authenticator-mcp", "--access-token=YOUR-KEY"]. You can also set the AUTHENTICATOR_ACCESS_TOKEN environment variable.
Key features of Authenticator App MCP Server
- Enables AI agents to fetch 2FA codes and passwords.
- Designed specifically for the Authenticator App desktop version.
- Secure access token‑based authentication.
- Bridges AI assistants with secure credential storage.
- Supports automated login workflows across platforms.
Use cases of Authenticator App MCP Server
- AI agent retrieves a 2FA code for a specific website and account.
- AI assistant automates login by fetching stored credentials.
- Streamline multi‑factor authentication in AI‑driven workflows.
FAQ from Authenticator App MCP Server
What dependencies are required to use this server?
You need the desktop version of Authenticator App · 2FA (available for Windows, macOS, and Linux) and a valid access token generated from that app.
How do I create an access token?
Launch the Authenticator App desktop version, go to Settings → MCP Server, enable the toggle, and generate an access token. The token is shown only once, so copy it immediately.
What runtime environment is needed?
The server runs via npx (Node.js), so Node.js must be installed on your system.
Where are the 2FA codes and passwords stored?
They reside locally within the Authenticator App desktop application. The MCP server accesses them only with the provided access token.
Does the server support alternative transports or authentication methods?
The README only documents stdio‑based transport (via npx) and access‑token authentication. No other transports or auth methods are mentioned.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论