Skip to content
Zed

androidapi mcp for Zed

io.github.tecniforgemaryam/androidapi-mcp

Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.

client:Zed transport:stdio runtime:npm

Install androidapi mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "androidapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "androidapi-mcp"
      ],
      "env": {
        "ANDROIDAPI_SECRET": "<ANDROIDAPI_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

androidapi mcp in other clients