Skip to content
Zed

mcp picpay for Zed

io.github.codespar/mcp-picpay

MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions

client:Zed transport:stdio runtime:npm

Install mcp picpay in Zed

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

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

{
  "context_servers": {
    "mcp-picpay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-picpay"
      ],
      "env": {
        "PICPAY_TOKEN": "<PICPAY_TOKEN>",
        "PICPAY_SELLER_TOKEN": "<PICPAY_SELLER_TOKEN>",
        "PICPAY_BASE_URL": "<PICPAY_BASE_URL>"
      }
    }
  }
}

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

mcp picpay in other clients