ClickSend

ClickSend

This is the official ClickSend MCP Server developed by ClickSend team.

2
Stars
1
Forks
0
Releases

Overview

The ClickSend MCP Server extends ClickSend’s SMS capabilities into modern AI platforms, enabling developers to send SMS messages through ClickSend without writing custom integration code. Built for Node.js (requires Node.js >= 18), the server runs as an MCP endpoint that can be configured via two environment variables: CLICKSEND_USERNAME and CLICKSEND_API_KEY. The README provides two Claude Desktop configuration approaches: using the NPM package (npx @clicksend/clicksend-mcp-server@latest) or a local build that points to build/clicksend-mcp.js, with the env vars supplied in Claude's configuration. A sample Claude Desktop config demonstrates how to register an MCP named 'clicksend' with a command and environment variables. The MCP exposes endpoints such as POST /v3/sms/send, POST /v3/sms/price, GET /v3/sms/templates, GET /v3/sms/history, GET /v3/statistics/sms, and GET /v3/search/contacts-lists. It emphasizes security and best practices (never commit credentials, adhere to rate limits) and includes notes on phone formatting (E.164) and troubleshooting. This server is designed to empower AI workflows and assistants to trigger ClickSend SMS from within AI-driven apps and desktop clients.

Details

Owner
ClickSend
Language
TypeScript
License
Updated
2025-12-07

Features

Send SMS with credentials

Send one SMS at a time by providing ClickSend username and API Key.

Calculate SMS pricing

Get price for sending messages to contacts or contact lists based on type/length.

Search and message contacts/lists

Search Contacts or Contact Lists and send messages to them.

View SMS templates

View and use SMS templates to send messages.

View SMS history

View/Retrieve SMS history with options to filter.

SMS statistics

Get SMS statistics for last 30 days.

Audience

DevelopersIntegrate SMS into AI apps and workflows without custom code.
AI platformsExtend ClickSend SMS into AI ecosystems and assistants powering AI-driven conversations.
Subaccount usersManage credentials and separate SMS sending contexts per subaccount for organized access control.

Tags

ClickSendMCP ServerSMSMessagingAI ecosystemsClaude DesktopNode.jsEnvironment Variables