View Categories

AndroidAPI.net for Claude

6 Docs

Troubleshooting

Last Updated: July 2, 2026

Common issues and solutions when using AndroidAPI.net with Claude. MCP Connector Issues Tools not showing up in Claude Desktop Possible causes: Claude Desktop was not fully restarted after config change claude_desktop_config.json has a JSON syntax error (trailing comma, missing bracket) Node.js is not installed or version is below 18 Fix: Quit Claude Desktop completely (Cmd+Q...

Tools Reference

Last Updated: July 2, 2026

The androidapi-mcp connector exposes 52 tools across 7 categories. All tools are prefixed with androidapi_ to avoid conflicts with other MCP servers. Account Tool Description androidapi_get_credits Get remaining SMS and WhatsApp credits androidapi_get_subscription Get current subscription plan details Example: “Check my AndroidAPI credits” SMS Tool Description androidapi_send_sms Send a single SMS androidapi_send_sms_bulk Send bulk SMS...

Cowork Plugin Installation

Last Updated: July 2, 2026

The AndroidAPI.net Cowork Plugin adds six ready-to-use skills to Claude Cowork. No coding required — just install, connect your API key, and start using / commands. Step 1 — Download the Plugin Download the latest .plugin file from GitHub: → Download androidapi-mcp.plugin Step 2 — Install in Claude Cowork Open Claude Cowork desktop app Go...

Claude Code Setup

Last Updated: July 2, 2026

Use AndroidAPI.net directly inside Claude Code (the CLI/IDE tool) with a single command. Add the Server Run this in your terminal: claude mcp add androidapi -- npx -y androidapi-mcp Then add your API key to ~/.claude/settings.json: { "mcpServers": { "androidapi": { "command": "npx", "args": ["-y", "androidapi-mcp"], "env": { "ANDROIDAPI_SECRET": "YOUR_API_KEY_HERE" } } } } Or...

Claude Desktop Setup

Last Updated: July 2, 2026

The androidapi-mcp package connects AndroidAPI.net to Claude Desktop. No installation required — npx runs it automatically. Step 1 — Get Your API Key Log in to androidapi.net Go to Tools → API Keys Click Create API Key and copy it Step 2 — Edit Claude Desktop Config Open the config file for your operating system:...

Getting Started

Last Updated: July 2, 2026

AndroidAPI.net integrates with Claude through the MCP (Model Context Protocol) standard. Once connected, you can send SMS, WhatsApp messages, OTPs, manage contacts, run bulk campaigns, and control Android devices — all through natural conversation with Claude. What You Can Do Feature Example Prompt Send SMS “Send an SMS to +923001234567 saying Your order is ready”...