Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A secure MCP server that enables AI agents to interact with an Authenticator App to access 2FA codes and passwords for automated login processes.
Add this to your MCP client configuration:
{
"mcpServers": {
"firstorderai-authenticator-mcp": {
"command": "npx",
"args": [
"-y",
"authenticator-mcp",
"--access-token",
"YOUR-KEY"
]
}
}
}{
"id": "firstorderai-authenticator-mcp",
"name": "Authenticator",
"description": "A secure MCP server that enables AI agents to interact with an Authenticator App to access 2FA codes and passwords for automated login processes.",
"source_url": "https://github.com/firstorderai/authenticator_mcp",
"publisher_name": "firstorderai",
"publisher_url": "https://github.com/firstorderai",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 1057,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "authenticator-mcp"
},
"tools_count": 3
}