Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

androidapi mcp in other clients