mcpbeat Sign in

Clicksend MCP Server

by clicksend Your server? Claim it
local only

Clicksend MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 11 Aug 2026.

MCP for ClickSend.

Installs per day peak 158 · avg 20 · +63% w/w
a month agotoday
76
Installs / week
npm · @clicksend/clicksend-mcp-server
3
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clicksend MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clicksend-mcp-server -- npx -y @clicksend/clicksend-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clicksend-mcp-server": {
      "args": [
        "-y",
        "@clicksend/clicksend-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clicksend-mcp-server]
command = "npx"
args = ["-y", "@clicksend/clicksend-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clicksend-mcp-server": {
      "args": [
        "-y",
        "@clicksend/clicksend-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clicksend-mcp-server": {
      "args": [
        "-y",
        "@clicksend/clicksend-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICKSEND_USERNAME (Your ClickSend account username), CLICKSEND_API_KEY (Your ClickSend API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clicksend MCP Server

same job, measured the same way
OKX MCP Server
by aahl

MCP Server for okx.com

122 installs/wk local only
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

644 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

29 installs/wk local only
MCP Quickstart
by achsaf6

quickstart for mcp deployment

24 installs/wk local only
Matomo
by pipeworx-io

MCP server for matomo

40 tools answering
Blockscout
by blockscout

MCP server for Blockscout

16 tools answering
Customer Io
by pipeworx-io

MCP server for customer-io

answering
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

37 installs/wk local only

Clicksend MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Clicksend MCP Server?
Clicksend MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @clicksend/clicksend-mcp-server was installed 76 times last week.
How do I connect Clicksend MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @clicksend/clicksend-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clicksend MCP Server?
The npm package @clicksend/clicksend-mcp-server was installed 76 times in the last week. Week over week that is +63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clicksend MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.