zen for Cline
io.github.krystiangw/zen
Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.
client:Cline
transport:stdio
runtime:npm
Install zen 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": {
"zen": {
"command": "npx",
"args": [
"-y",
"@krystiangw/zen-mcp"
],
"env": {
"ZEN_API_KEY": "<ZEN_API_KEY>",
"ZEN_PAYWALL_SECRET": "<ZEN_PAYWALL_SECRET>",
"ZEN_IPN_SECRET": "<ZEN_IPN_SECRET>",
"ZEN_ENV": "<ZEN_ENV>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs