Skip to content
Claude Desktop

zen for Claude Desktop

io.github.krystiangw/zen

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

client:Claude Desktop transport:stdio runtime:npm

Install zen in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

zen in other clients