android-sms-gateway (MCP Server)

GitHub

The SMS Gateway for Androidβ„’ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "android-sms-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-sms-gateway"
      ]
    }
  }
}