Skip to content
Cursor

androidapi mcp for Cursor

io.github.tecniforgemaryam/androidapi-mcp

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

client:Cursor transport:stdio runtime:npm

Install androidapi mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

androidapi mcp in other clients