textbee SMS for Cursor
io.github.textbee/mcp
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
client:Cursor
transport:stdio
runtime:npm
Install textbee SMS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@textbee/mcp"
],
"env": {
"TEXTBEE_API_KEY": "<TEXTBEE_API_KEY>",
"TEXTBEE_BASE_URL": "<TEXTBEE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs