Skip to content
Claude Desktop

databazaar for Claude Desktop

io.github.shagarwal/databazaar

Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.

client:Claude Desktop transport:streamable-http runtime:npm

Install databazaar in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "databazaar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.databazaar.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

databazaar in other clients