Skip to main content
ClaudeWave

MCP server for textbee.dev: give your AI agent a phone number

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @textbee/mcp
Claude Code CLI
claude mcp add textbee-mcp -- npx -y @textbee/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "textbee-mcp": {
      "command": "npx",
      "args": ["-y", "@textbee/mcp"],
      "env": {
        "TEXTBEE_API_KEY": "<textbee_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
TEXTBEE_API_KEY
Casos de uso

Resumen de MCP Servers

# @textbee/mcp

[![npm version](https://img.shields.io/npm/v/%40textbee%2Fmcp)](https://www.npmjs.com/package/@textbee/mcp)
[![CI](https://github.com/textbee/textbee-mcp/actions/workflows/ci.yaml/badge.svg)](https://github.com/textbee/textbee-mcp/actions/workflows/ci.yaml)
[![license](https://img.shields.io/npm/l/%40textbee%2Fmcp)](./LICENSE)

MCP server for [textbee.dev](https://textbee.dev), the open source SMS gateway that turns an Android phone into an SMS API. Gives Claude Desktop, Claude Code, Cursor, and any MCP client the ability to send and read SMS through your own phone and your own number.

Three tools, no per-message markup, works with self-hosted textbee instances.

## Setup

You need a textbee account with a paired Android device and an API key from the [dashboard](https://app.textbee.dev/dashboard). The key has full account access; treat it like a password.

### Claude Code

```bash
claude mcp add textbee -s user -e TEXTBEE_API_KEY=your-key -- npx -y @textbee/mcp
```

### Claude Desktop

Add to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "textbee": {
      "command": "npx",
      "args": ["-y", "@textbee/mcp"],
      "env": { "TEXTBEE_API_KEY": "your-key" }
    }
  }
}
```

### Cursor

The same object in `~/.cursor/mcp.json`.

### Slow first start

`npx` downloads the package on first run. If your client times out waiting, install globally once and point the config at the binary:

```bash
npm install -g @textbee/mcp
```

```json
{ "mcpServers": { "textbee": { "command": "textbee-mcp", "env": { "TEXTBEE_API_KEY": "your-key" } } } }
```

## Tools

### send_sms

Send an SMS to one or more recipients (E.164 format, for example `+15550100123`). The sending phone is chosen automatically: your default device, otherwise the enabled device with the most recent heartbeat. Optional `device_id`, `sim_subscription_id`, and `scheduled_at`. Returns an `sms_batch_id` for delivery checks when the account uses the SMS queue.

### get_messages

Read messages across every device on the account. Defaults to received messages, newest first. Filter by `direction` (`received`, `sent`, `all`), free-text `search`, `sms_batch_id` (per-recipient delivery status of a send), `device_ids`, and a `from`/`to` time window. Supports cursor pagination for polling without duplicates or gaps.

### list_devices

The phones on the account: ids, enabled state, which one sends by default, last check-in, and message counts.

## Self-hosted textbee

Point the server at your own instance:

```json
"env": {
  "TEXTBEE_API_KEY": "your-key",
  "TEXTBEE_BASE_URL": "https://sms.example.com"
}
```

The `/api/v1` suffix is optional and added automatically. Subpath deployments like `https://example.com/textbee` work too. An invalid URL is an error rather than a silent fallback, so a typo never sends your key to the public API.

## Environment variables

| Variable | Required | Default | Purpose |
|---|---|---|---|
| `TEXTBEE_API_KEY` | yes | none | API key from the textbee dashboard |
| `TEXTBEE_BASE_URL` | no | `https://api.textbee.dev` | Your instance's URL when self-hosting |
| `TEXTBEE_TIMEOUT_MS` | no | `30000` | Per-request timeout in milliseconds |

## Notes

- Your key stays on your machine: this server talks only to the textbee API at the base URL above.
- Sends count against your textbee plan quota, and the plan's rate limits apply server-side.
- All diagnostics go to stderr; stdout is reserved for the MCP protocol.

## Using it as a library

The package also exports its tool definitions for embedding in another MCP host (this is how the hosted remote endpoint reuses them):

```js
import { createTextbeeMcpServer, staticCredentials, loadConfig } from '@textbee/mcp'

const server = createTextbeeMcpServer({
  credentials: staticCredentials(loadConfig(process.env)),
})
```

Credentials are resolved per tool call, so a multi-tenant host can inject a different key per request. See `credentialsFromAuthInfoExtra`.

## License

MIT. Part of the [textbee](https://github.com/textbee/textbee) project.
ai-agentsclaudemcpmcp-servermodel-context-protocolsmssms-gatewaytextbee

Lo que la gente pregunta sobre textbee-mcp

¿Qué es textbee/textbee-mcp?

+

textbee/textbee-mcp es mcp servers para el ecosistema de Claude AI. MCP server for textbee.dev: give your AI agent a phone number Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-22.

¿Cómo se instala textbee-mcp?

+

Puedes instalar textbee-mcp clonando el repositorio (https://github.com/textbee/textbee-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar textbee/textbee-mcp?

+

Nuestro agente de seguridad ha analizado textbee/textbee-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene textbee/textbee-mcp?

+

textbee/textbee-mcp es mantenido por textbee. La última actividad registrada en GitHub es del 2026-08-22, con 0 issues abiertos.

¿Hay alternativas a textbee-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega textbee-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: textbee/textbee-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/textbee-textbee-mcp)](https://claudewave.com/repo/textbee-textbee-mcp)
<a href="https://claudewave.com/repo/textbee-textbee-mcp"><img src="https://claudewave.com/api/badge/textbee-textbee-mcp" alt="Featured on ClaudeWave: textbee/textbee-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a textbee-mcp