MyOTP.App
Rank #6,647io.github.brntech/myotp
Send and verify one-time passcodes over SMS, WhatsApp and Telegram.
MyOTP.App is a Model Context Protocol (MCP) server published by brntech. It ranks #6,647 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MyOTP.App is listed on Official MCP, with 9 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 125,399 of 132,046 servers on MCP Toplist.
Use MyOTP.App
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http myotp https://mcp.myotp.app/mcpclaude mcp add myotp -e "MYOTP_API_KEY=<your MYOTP_API_KEY>" -- npx -y @myotp/mcpReplace each placeholder with your own value before saving.
[mcp_servers.myotp]
url = "https://mcp.myotp.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.myotp]
command = "npx"
args = ["-y", "@myotp/mcp"]
[mcp_servers.myotp.env]
MYOTP_API_KEY = "<your MYOTP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.myotp.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"myotp": {
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": "<your MYOTP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"myotp": {
"url": "https://mcp.myotp.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"myotp": {
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": "<your MYOTP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"myotp": {
"type": "http",
"url": "https://mcp.myotp.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"myotp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": "<your MYOTP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"myotp": {
"serverUrl": "https://mcp.myotp.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"myotp": {
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": "<your MYOTP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"myotp": {
"url": "https://mcp.myotp.app/mcp"
}
}
}{
"mcpServers": {
"myotp": {
"command": "npx",
"args": [
"-y",
"@myotp/mcp"
],
"env": {
"MYOTP_API_KEY": "<your MYOTP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.brntech%2Fmyotp)<a href="https://mcptoplist.com/server/io.github.brntech%2Fmyotp"><img src="https://mcptoplist.com/badge/io.github.brntech%2Fmyotp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
brntech
Available versions (9)
| Version | Published |
|---|---|
| 0.1.13 | Sep 21, 2026 |
| 0.1.12 | Sep 4, 2026 |
| 0.1.11 | Sep 4, 2026 |
| 0.1.10 | Sep 4, 2026 |
| 0.1.9 | Sep 4, 2026 |
| 0.1.8 | Sep 4, 2026 |
| 0.1.7 | Sep 3, 2026 |
| 0.1.6 | Sep 3, 2026 |
| 0.1.5 | Sep 3, 2026 |
Frequently asked questions
- Who maintains MyOTP.App?
- MyOTP.App is maintained by brntech, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is MyOTP.App listed on the Official MCP Registry?
- Yes — MyOTP.App is listed on the Official MCP Registry.
- How many versions does MyOTP.App have?
- MCP Toplist tracks 9 versions of MyOTP.App, most recently published on Sep 21, 2026.
- Where can I find the source code for MyOTP.App?
- The source code for MyOTP.App is hosted at github.com/brntech/myotp-agentkit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.