Odel
textbee SMS

textbee SMS

Local
@textbeeTypeScriptMITUpdated 2w ago

Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@textbee/mcpv0.0.2

Run

npx -y @textbee/mcp

MCP client config

{
  "mcpServers": {
    "textbee-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@textbee/mcp"
      ]
    }
  }
}