Skip to content

clicksend mcp server for Zed

com.clicksend/clicksend-mcp-server

MCP for ClickSend.

client:Zed transport:stdio runtime:npm

Install clicksend mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "clicksend-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clicksend/clicksend-mcp-server"
      ],
      "env": {
        "CLICKSEND_USERNAME": "<CLICKSEND_USERNAME>",
        "CLICKSEND_API_KEY": "<CLICKSEND_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clicksend mcp server in other clients