mcp picpay for Grok
io.github.codespar/mcp-picpay
MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions
client:Grok
transport:stdio
runtime:npm
Install mcp picpay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-picpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-picpay"
],
"env": {
"PICPAY_TOKEN": "<PICPAY_TOKEN>",
"PICPAY_SELLER_TOKEN": "<PICPAY_SELLER_TOKEN>",
"PICPAY_BASE_URL": "<PICPAY_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs