Skip to content
Cursor

bazos mcp for Cursor

io.github.andrijdavid/bazos-mcp

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

client:Cursor transport:stdio runtime:npm

Install bazos mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bazos-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}

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

bazos mcp in other clients