textbee SMS for Claude Desktop
io.github.textbee/mcp
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
client:Claude Desktop
transport:stdio
runtime:npm
Install textbee SMS in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@textbee/mcp"
],
"env": {
"TEXTBEE_API_KEY": "<TEXTBEE_API_KEY>",
"TEXTBEE_BASE_URL": "<TEXTBEE_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs