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