Skip to content
Windsurf

mcp nupay for Windsurf

io.github.codespar/mcp-nupay

MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users

client:Windsurf transport:stdio runtime:npm

Install mcp nupay in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-nupay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-nupay"
      ],
      "env": {
        "NUPAY_MERCHANT_KEY": "<NUPAY_MERCHANT_KEY>",
        "NUPAY_MERCHANT_TOKEN": "<NUPAY_MERCHANT_TOKEN>",
        "NUPAY_CLIENT_ID": "<NUPAY_CLIENT_ID>",
        "NUPAY_CLIENT_SECRET": "<NUPAY_CLIENT_SECRET>",
        "NUPAY_ENV": "<NUPAY_ENV>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp nupay in other clients