Skip to content
Zed

Nexi XPay for Zed

io.github.stucchi/nexi-xpay

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

client:Zed transport:stdio runtime:pypi

Install Nexi XPay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "nexi-xpay": {
      "command": "uvx",
      "args": [
        "nexi-xpay-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Nexi XPay in other clients