New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

kindlesms

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kindlesms

The Fastest Way to Reach Your Customers with SMS. Launch campaigns in minutes, not days. Automate outreach, manage contacts, and convert more leads with our powerful SMS marketing platform.

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
464
Maintainers
1
Weekly downloads
 
Created
Source

KindleSMS - SMS Platform 📱

The Fastest Way to Reach Your Customers with SMS
Launch campaigns in minutes, not days. Automate outreach, manage contacts, and convert more leads with our powerful SMS marketing platform.

Official Claude Model Context Protocol (MCP) Connector for KindleSMS - SMS Platform. Send SMS messages, manage approved Sender IDs, and check SMS credit balances directly inside Claude.

⚡ Quick Start (Claude Desktop)

1. Get your Personal User Token

  • Log in to your KindleSMS Dashboard.
  • Navigate to Settings > Claude & API.
  • Copy your Personal Connector Token (sms_live_...).

2. Configure Claude Desktop

Open your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the kindlesms server:

{
  "mcpServers": {
    "KindleSMS - SMS Platform": {
      "command": "npx",
      "args": ["-y", "kindlesms"],
      "env": {
        "USER_TOKEN": "sms_live_your_token_here"
      }
    }
  }
}

Restart Claude Desktop. The hammer tool icon 🔨 will appear in Claude with KindleSMS tools ready!

🛠️ Available Tools

1. send_sms

Sends a direct SMS text message to a single recipient.

  • Parameters:
    • to (string, required): The recipient's phone number (e.g. 054XXXXXXX or +233XXXXXXXXX).
    • message (string, required): The text content of the SMS.
    • sender_id (string, optional): Approved Sender ID / Brand Name (e.g. Lesalb).

2. list_sender_ids

Lists all approved Sender IDs registered to your account.

3. check_balance

Checks your available SMS credits and account status.

💻 Local Development

cd connector
npm install
npm run build

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts