Odel
zen mcp

zen mcp

Local
@krystiangwTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@krystiangw/zen-mcpv0.1.1

Run

npx -y @krystiangw/zen-mcp

MCP client config

{
  "mcpServers": {
    "zen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@krystiangw/zen-mcp"
      ]
    }
  }
}