agent2fa

leogaudez-bot/agent2fa
★ 1 stars TypeScript 🤖 AI/LLM Updated 1d ago
🔐 2FA for AI agents — let your agent handle authentication. CLI + MCP server for Claude Code, Codex CLI, OpenClaw.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent2fa": {
      "command": "npx",
      "args": [
        "-y",
        "leogaudez-bot/agent2fa"
      ]
    }
  }
}

README Excerpt

**2FA for autonomous AI agents.** ![Version](https://img.shields.io/badge/version-0.1.0-blue) Your agent hits a 2FA wall. One command and it keeps going — **fully autonomously.** | Component | Status | |-----------|--------| | TOTP engine | ✅ Production-ready | | Email 2FA (AgentMail + IMAP) | ✅ Done |