pay mcp for Grok
io.github.pay-skill/pay-mcp
USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery
client:Grok
transport:stdio
runtime:npm
Install pay mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pay-skill/mcp"
],
"env": {
"PAYSKILL_SIGNER_KEY": "<PAYSKILL_SIGNER_KEY>",
"PAY_NETWORK": "<PAY_NETWORK>"
}
}
}
}
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