bazaar mcp for Grok
io.github.opspawn/bazaar-mcp
x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning
client:Grok
transport:stdio
runtime:npm
Install bazaar mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bazaar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<BAZAAR_GATEWAY_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