androidapi mcp for VS Code
io.github.tecniforgemaryam/androidapi-mcp
Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
client:VS Code
transport:stdio
runtime:npm
Install androidapi mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "androidapi-secret",
"description": "ANDROIDAPI_SECRET",
"password": true
}
],
"servers": {
"androidapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"androidapi-mcp"
],
"env": {
"ANDROIDAPI_SECRET": "${input:androidapi-secret}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs