Skip to content
Cursor

mcp pagseguro for Cursor

io.github.codespar/mcp-pagseguro

MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges

client:Cursor transport:stdio runtime:npm

Install mcp pagseguro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-pagseguro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pagseguro"
      ],
      "env": {
        "PAGSEGURO_TOKEN": "<PAGSEGURO_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp pagseguro in other clients