textbee SMS for Claude Code
io.github.textbee/mcp
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
client:Claude Code
transport:stdio
runtime:npm
Install textbee SMS in Claude Code
run in your project directory
claude mcp add mcp -e TEXTBEE_API_KEY=<TEXTBEE_API_KEY> -e TEXTBEE_BASE_URL=<TEXTBEE_BASE_URL> -- npx -y @textbee/mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs