Odel
clicksend mcp server

clicksend mcp server

Local
@clicksend3TypeScriptUpdated 3w ago

MCP for ClickSend.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@clicksend/clicksend-mcp-serverv2026.8.23

Run

npx -y @clicksend/clicksend-mcp-server

MCP client config

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