Bazaar MCP
Rank #931io.github.opspawn/bazaar-mcp
MCP server providing bazaar-mcp capabilities
Bazaar MCP is a Model Context Protocol (MCP) server published by opspawn. It ranks #931 of 115,460 servers tracked on MCP Toplist, and its repository has 447 GitHub stars. Bazaar MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Feb 27, 2026.
Ranks ahead of 114,529 of 115,460 servers on MCP Toplist.
Use Bazaar MCP
claude mcp add bazaar-mcp -e "X402_PAYMENT_TOKEN=<your X402_PAYMENT_TOKEN>" -e "BAZAAR_GATEWAY_URL=<your BAZAAR_GATEWAY_URL>" -- npx -y bazaar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bazaar-mcp]
command = "npx"
args = ["-y", "bazaar-mcp"]
[mcp_servers.bazaar-mcp.env]
X402_PAYMENT_TOKEN = "<your X402_PAYMENT_TOKEN>"
BAZAAR_GATEWAY_URL = "<your BAZAAR_GATEWAY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<your X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<your BAZAAR_GATEWAY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<your X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<your BAZAAR_GATEWAY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bazaar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<your X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<your BAZAAR_GATEWAY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<your X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<your BAZAAR_GATEWAY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"X402_PAYMENT_TOKEN": "<your X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<your BAZAAR_GATEWAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.opspawn%2Fbazaar-mcp)<a href="https://mcptoplist.com/server/io.github.opspawn%2Fbazaar-mcp"><img src="https://mcptoplist.com/badge/io.github.opspawn%2Fbazaar-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
opspawn
Other servers by opspawn
View all opspawn servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Feb 27, 2026 |
| 1.0.1 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bazaar MCP?
- Bazaar MCP is maintained by opspawn, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Bazaar MCP listed on the Official MCP Registry?
- Yes — Bazaar MCP is listed on the Official MCP Registry.
- How many versions does Bazaar MCP have?
- MCP Toplist tracks 3 versions of Bazaar MCP, most recently published on Feb 27, 2026.
- Where can I find the source code for Bazaar MCP?
- The source code for Bazaar MCP is hosted at github.com/opspawn/bazaar-mcp-server.