Skip to content
Cursor

zen for Cursor

io.github.krystiangw/zen

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

client:Cursor transport:stdio runtime:npm

Install zen in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "zen": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

zen in other clients