Skip to content
VS Code

Nexi XPay for VS Code

io.github.stucchi/nexi-xpay

MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.

client:VS Code transport:stdio runtime:pypi

Install Nexi XPay in VS Code

.vscode/mcp.json

{
  "servers": {
    "nexi-xpay": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nexi-xpay-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Nexi XPay in other clients