Dataset Viewer is an MCP server designed to interact with the Hugging Face Dataset Viewer API, granting users the ability to browse, filter, and analyze datasets hosted on the Hugging Face Hub. It uses the `dataset://` URI scheme for dataset access, supports configurations and splits, offers paginated access, handles authentication for private datasets, and provides tools for searching, filtering (using SQL-like conditions), and statistical analysis. The server also allows users to download entire datasets in Parquet format, making it a comprehensive solution for working with Hugging Face datasets.
主要功能
01Browse Hugging Face datasets with configurations and splits.
02Filter dataset contents using SQL-like WHERE clauses.
03Search for specific text within datasets.
04Retrieve dataset statistics for analysis.
05Download entire datasets in Parquet format.