Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

joltsms sms in other clients