Clicksend MCP Server

This is the official ClickSend MCP Server developed by the ClickSend team. For security reasons do not use unofficial versions of ClickSend MCP. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 3 · #40 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Clicksend MCP Server

before you install - you'll need

Set CLICKSEND_USERNAME, CLICKSEND_API_KEY before connecting.

Claude Code

claude mcp add clicksend-clicksend-mcp-server -- npx -y @clicksend/clicksend-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "clicksend-clicksend-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clicksend/clicksend-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @clicksend/clicksend-mcp-server - published under the repo owner's npm scope (@clicksend)

registry vendor namespace com.clicksend - domain-verified with the official MCP registry

03 · What Clicksend MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

1. Phone Number Format: All phone numbers must be in E.164 format (e.g., +61411111111) 2. Rate Limits: Be aware of your ClickSend account's rate limits and pricing 3. Security: Keep your ClickSend credentials secure and never commit them to version control

04 · Who maintains Clicksend MCP Server

clicksend-mcp-server is maintained by clicksend. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
communication - ranked #40 of 99 actively-maintained communication servers as of 2026-08-25.
registry
com.clicksend/clicksend-mcp-server (active, first published 2026-08-23)
packages
npm:@clicksend/clicksend-mcp-server

06 · Clicksend MCP Server FAQ

What is Clicksend MCP Server?

This is the official ClickSend MCP Server developed by the ClickSend team. For security reasons do not use unofficial versions of ClickSend MCP. It runs locally over stdio via the published package.

Is Clicksend MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10. We re-verify nightly.

How do I install Clicksend MCP Server?

Run `npx -y @clicksend/clicksend-mcp-server`. The README documents 2 environment variables (CLICKSEND_USERNAME, CLICKSEND_API_KEY) to set first. Set CLICKSEND_USERNAME, CLICKSEND_API_KEY before connecting. You can also paste the ready-made client config above.

Does Clicksend MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Clicksend MCP Server

More communication MCP servers · Take Blip · Twilio · Whatsapp Cloud · Z API

More TypeScript MCP servers · Clipkit · Uptimebolt MCP Server · Cloudflare MCP Server · Shodai Agreements · SAP ABAP MCP · see all