LogoSTMCP
Download
dataset-viewer

Dataset Viewer MCP Server

An MCP server for interacting with the Hugging Face Dataset Viewer API, providing capabilities to browse, analyze, and search datasets hosted on the Hugging Face Hub with comprehensive tooling.

Tools

1. validate

Check if a dataset exists and is accessible.

2. get_info

Get detailed information about a dataset.

3. get_rows

Get paginated contents of a dataset.

4. get_first_rows

Get first rows from a dataset split.

5. get_statistics

Get statistics about a dataset split.

6. search_dataset

Search for text within a dataset.

7. filter

Filter rows using SQL-like conditions.

8. get_parquet

Download entire dataset in Parquet format.

Open Graph image for Dataset Viewer MCP Server

JSON Config

{
  "mcpServers": {
    "dataset-viewer": {
      "command": "uv",
      "args": [
        "--directory",
        "parent_to_repo/dataset-viewer",
        "run",
        "dataset-viewer"
      ]
    }
  }
}

Useful Links

Information