loading…
Search for a command to run...
loading…
OTP AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
OTP AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Otp Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_otp |
Generate a one-time password from a base32 secret. Supports TOTP (time-based) an |
verify_otp |
Verify a one-time password against a secret. Window parameter allows for clock d |
generate_secret |
Generate a cryptographically secure random secret for OTP. Returns base32-encode |
get_qr_uri |
Generate an otpauth:// URI for QR code provisioning compatible with Google Authe |
pip install meok-otp-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"otp-ai": {
"command": "python",
"args": ["-m", "meok_otp_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"otp-ai-mcp": {
"command": "npx",
"args": []
}
}
}