joltsms sms for Cursor
io.github.rchanllc/joltsms-sms
Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install joltsms sms in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"joltsms-sms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@joltsms/mcp-server"
],
"env": {
"JOLTSMS_API_KEY": "<JOLTSMS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs