mcp pagseguro for Claude Desktop
io.github.codespar/mcp-pagseguro
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp pagseguro in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-pagseguro": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagseguro"
],
"env": {
"PAGSEGURO_TOKEN": "<PAGSEGURO_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs