Official ClickSend MCP Server that extends ClickSend's messaging capabilities into AI ecosystems, allowing developers to send SMS via ClickSend without custom code integration.
Send messages to recipients, either as phone numbers or contacts from a contact list.
Calculate the price of sending messages based on message type and length.
Retrieve SMS templates with filtering options.
View previously sent SMS with filtering and pagination options.
Get SMS statistics for the last 30 days.
Get a list of searched contact lists.
{
"mcpServers": {
"clicksend": {
"command": "node",
"args": [
"/path/to/repository/build/clicksend-mcp.js"
],
"env": {
"CLICKSEND_USERNAME": "your clicksend username",
"CLICKSEND_API_KEY": "your API Key"
}
}
}
}