Androidapi.net Mcp

by TecniForge

275 downloads
Not rated
GitHub

About

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

Details

Author
TecniForge
Downloads
275
Categories
Communication

- 52 tools covering SMS, WhatsApp, OTP, Contacts, Android devices
- Works with Claude Desktop and Claude Code
- Simple setup via environment variable and npx

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Androidapi.net Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set the ANDROIDAPI_SECRET environment variable with your API key from AndroidAPI.net (Tools → API Keys), then run npx -y androidapi-mcp to install and start the server.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "androidapi.net mcp": {
            "androidapi": {
                "command": "npx",
                "args": [
                    "-y",
                    "androidapi-mcp"
                ],
                "env": {
                    "ANDROIDAPI_SECRET": "<YOUR_ANDROIDAPI_SECRET>"
                }
            }
        }
    }
}

McpServers

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

AndroidAPI.net MCP Connector lets Claude send SMS, WhatsApp messages, and OTPs via your linked Android device or gateway credits.

Features


- 52 tools covering SMS, WhatsApp, OTP, Contacts, Android devices
- Works with Claude Desktop and Claude Code
- Install: npx -y androidapi-mcp

Setup


Set ANDROIDAPI_SECRET env var with your API key from AndroidAPI.net → Tools → API Keys

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.