clicksend mcp server for Cline
com.clicksend/clicksend-mcp-server
MCP for ClickSend.
client:Cline
transport:stdio
runtime:npm
Install clicksend mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"clicksend-mcp-server": {
"command": "npx",
"args": [
"-y",
"@clicksend/clicksend-mcp-server"
],
"env": {
"CLICKSEND_USERNAME": "<CLICKSEND_USERNAME>",
"CLICKSEND_API_KEY": "<CLICKSEND_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs