myotp-agentkit

brntech/myotp-agentkit
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Agent-native distribution for MyOTP.App: MCP server, CLI, Better Auth adapter, agent skills, and framework examples for adding SMS/WhatsApp/Telegram OTP to AI-built apps.
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": {
    "myotp-agentkit": {
      "command": "npx",
      "args": [
        "-y",
        "brntech/myotp-agentkit"
      ]
    }
  }
}

README Excerpt

> Agent-native distribution for [MyOTP.App](https://myotp.app) — npm packages, MCP server, agent skills, and framework examples for adding SMS / WhatsApp / Telegram OTP to AI-built apps. --- A toolkit for AI agents (Claude Code, Cursor, Hermes-format models, Codex, Windsurf, etc.) to add phone verification to apps they generate. Three published npm packages, six runnable framework examples, and skills for the major agent runtimes.