Dataset Viewer MCP ServerServer

privetin
GitHub
Hugging FaceDataset AnalysisAPI Integration

Loading subscription status...

💡 Description

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

📝 JSON Entries

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

🛠️ Tools

validateget_infoget_rowsget_first_rowsget_statisticssearch_datasetfilterget_parquet

Features

  • Uses `dataset://` URI scheme for accessing Hugging Face datasets
  • Supports dataset configurations and splits
  • Provides paginated access to dataset contents
  • Handles authentication for private datasets
  • Supports searching and filtering dataset contents
  • Provides dataset statistics and analysis

💬 Example Queries

  • Validate if a dataset exists
  • Get detailed information about a dataset
  • Search for text within a dataset
  • Filter rows using SQL-like conditions
  • Download entire dataset in Parquet format