Skip to content
Cursor

kindlesms for Cursor

io.github.lexerann/kindlesms

Send SMS, manage approved sender IDs, and check credits via KindleSMS.

client:Cursor transport:stdio runtime:npm

Install kindlesms 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": {
    "kindlesms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kindlesms"
      ],
      "env": {
        "USER_TOKEN": "<USER_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kindlesms in other clients