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
{
"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