textbee SMS for Gemini CLI
io.github.textbee/mcp
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
client:Gemini CLI
transport:stdio
runtime:npm
Install textbee SMS in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@textbee/mcp"
],
"env": {
"TEXTBEE_API_KEY": "<TEXTBEE_API_KEY>",
"TEXTBEE_BASE_URL": "<TEXTBEE_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs