MCP.so
登录

ClickSend MCP Server

@ClickSend

关于 ClickSend MCP Server

MCP Server for Messaging using ClickSend

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

ClickSend

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "clicksend": {
      "command": "node",
      "args": [
        "-y",
        "@clicksend/sms-mcp-server"
      ],
      "env": {
        "CLICKSEND_USERNAME": "your clicksend username",
        "CLICKSEND_API_KEY": "your API Key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ClickSend MCP Server?

ClickSend MCP Server is the official MCP server developed by the ClickSend team. It extends ClickSend’s messaging capabilities into modern AI ecosystems, allowing developers to send SMS via ClickSend without writing custom code. It is designed for developers integrating AI‑driven workflows with SMS.

How to use ClickSend MCP Server?

Requirements: Node.js >= 18. Set environment variables CLICKSEND_USERNAME and CLICKSEND_API_KEY (available from the ClickSend Dashboard). Configure the server in an MCP client (e.g., Claude for Desktop) using the npm package @clicksend/clicksend-mcp-server@latest or a local build. After restarting the client, the tool clicksend-send-sms appears.

Key features of ClickSend MCP Server

  • Send one SMS at a time with credentials.
  • Calculate the price of sending a message.
  • Search contacts and contact lists, then send messages.
  • Retrieve and use SMS templates.
  • View SMS send history with filtering.
  • Get SMS statistics for the last 30 days.

Use cases of ClickSend MCP Server

  • Send SMS from an AI assistant (e.g., Claude) without custom integrations.
  • Automate bulk SMS pricing calculations before sending.
  • Manage contact lists and send targeted messages via natural language.
  • Retrieve past SMS history for auditing or replanning.
  • Monitor recent SMS usage statistics.

FAQ from ClickSend MCP Server

What phone number format is required?

All phone numbers must be in E.164 format (e.g., +61411111111).

What credentials are needed and where can I find them?

You need your ClickSend username and API Key. They can be found at https://dashboard.clicksend.com/account/subaccounts after signing up.

What are the runtime requirements?

Node.js version 18 or higher is required.

Are there rate limits I should be aware of?

Yes, you should be aware of your ClickSend account’s rate limits and pricing.

How do I troubleshoot “Invalid credentials”?

Double‑check your CLICKSEND_USERNAME and CLICKSEND_API_KEY. You can copy them from the ClickSend Dashboard.

评论

其他 分类下的更多 MCP 服务器