Robase SMS for Claude Desktop
dev.robase/sms
Prepaid SMS OTP and transactional SMS API. Eight priced markets: NG, GH, KE, ZA, GB, BJ, CI, US.
client:Claude Desktop
transport:streamable-http
Install Robase SMS in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sms": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.robase.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs