LogoSTMCP
Download
clicksend-mcp-server

ClickSend MCP Server

Official ClickSend MCP Server that extends ClickSend's messaging capabilities into AI ecosystems, allowing developers to send SMS via ClickSend without custom code integration.

Tools

1. send-sms

Send messages to recipients, either as phone numbers or contacts from a contact list.

2. calculate-sms-price

Calculate the price of sending messages based on message type and length.

3. view-sms-templates

Retrieve SMS templates with filtering options.

4. view-sms-history

View previously sent SMS with filtering and pagination options.

5. view-sms-statistics

Get SMS statistics for the last 30 days.

6. view-contact-lists

Get a list of searched contact lists.

Open Graph image for ClickSend MCP Server

JSON Config

{
  "mcpServers": {
    "clicksend": {
      "command": "node",
      "args": [
        "/path/to/repository/build/clicksend-mcp.js"
      ],
      "env": {
        "CLICKSEND_USERNAME": "your clicksend username",
        "CLICKSEND_API_KEY": "your API Key"
      }
    }
  }
}

Useful Links

Information