textbee SMS for Zed
io.github.textbee/mcp
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
client:Zed
transport:stdio
runtime:npm
Install textbee SMS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@textbee/mcp"
],
"env": {
"TEXTBEE_API_KEY": "<TEXTBEE_API_KEY>",
"TEXTBEE_BASE_URL": "<TEXTBEE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs