Loading MCP server directory, please wait...
Send and verify one-time passcodes over SMS, WhatsApp and Telegram.
npx @getmcp/cli add io.github.brntech/myotpRequires Node.js 18+. Community-contributed server. Review source before installing.
MYOTP_API_KEYMyOTP.App API key. Get one free at https://myotp.app/sign-up/ (15 trial credits, no card).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.brntech/myotp": {
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": ""
}
}
}
}