Catalog
io.github.TecniForgeMaryam/androidapi-mcp
OfficialSend SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
Send SMS and WhatsApp messages, verify OTPs, and manage Android device functions.
README not available yet.
Install
Configuration
Environment variables
ANDROIDAPI_SECRETrequiredsecretYour API key from AndroidAPI.net → Tools → API Keys
claude_desktop_config.json
{
"mcpServers": {
"androidapi-mcp": {
"command": "npx",
"args": [
"-y",
"androidapi-mcp@1.0.1"
],
"env": {
"ANDROIDAPI_SECRET": "<YOUR_ANDROIDAPI_SECRET>"
}
}
}
}