PluginBench
MCP Server
Active

io.github.andrijdavid/bazos-mcp MCP Server

io.github.andrijdavid/bazos-mcp

What is the io.github.andrijdavid/bazos-mcp MCP server?

MCP server for interacting with Bazos.cz and Bazos.sk

How to install io.github.andrijdavid/bazos-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bazos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bazos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bazos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bazos-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bazos-mcp -- npx -y @andrijdavid/bazos-mcp

Related MCP servers

MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.

4
TypeScript
View repository →