Android TexterAndroid Texter

Integrations

Connect third-party services to enhance your Android Texter experience.

📞

Landline Remover

Phone number intelligence — line type, carrier, DNC status

Visit Site

AI Ghostwriter

Beta

AI-powered reply suggestions that learn your writing style

The Ghostwriter watches how you text and learns your tone, vocabulary, and emoji habits. When you receive a message, it suggests a reply in your style as grey placeholder text. Press Tab to accept, or just type your own reply to train it further.

Learns from every reply Gets better over time

Get an API key from Zaps.ai. Your key is stored securely and only used for ghostwriting suggestions.

Model Context Protocol (MCP)

Connect Claude Desktop or Cursor to Android Texter

Read Specs

Android Texter provides an official MCP Server. This securely authenticates your local AI assistants like Claude Desktop, Windsurf, and Cursor to natively read your text threads and send outbound SMS directly from your computer via the API.

Start by downloading the standalone server file.

Download Script (Node.js)
{
  "mcpServers": {
    "android-texter": {
      "command": "node",
      "args": ["/absolute/path/to/where/you/saved/android-texter-mcp.js"],
      "env": {
        "ATX_API_KEY": "atx_YOUR_API_KEY_HERE"
      }
    }
  }
}

* Substitute your generated API Key. Restart Claude Desktop for the plug icon to appear.

node /absolute/path/to/where/you/saved/android-texter-mcp.js

* Navigate to Settings > Features > MCP to add the command. Map ATX_API_KEY into the Environment Variables panel.