androidapi mcp for Grok
io.github.tecniforgemaryam/androidapi-mcp
Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
client:Grok
transport:stdio
runtime:npm
Install androidapi mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"androidapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"androidapi-mcp"
],
"env": {
"ANDROIDAPI_SECRET": "<ANDROIDAPI_SECRET>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs