Skip to content
Cursor

bazaar mcp for Cursor

io.github.opspawn/bazaar-mcp

x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning

client:Cursor transport:stdio runtime:npm

Install bazaar mcp 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": {
    "bazaar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bazaar-mcp"
      ],
      "env": {
        "X402_PAYMENT_TOKEN": "<X402_PAYMENT_TOKEN>",
        "BAZAAR_GATEWAY_URL": "<BAZAAR_GATEWAY_URL>"
      }
    }
  }
}

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

bazaar mcp in other clients