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.
Check if a dataset exists and is accessible.
Get detailed information about a dataset.
Get paginated contents of a dataset.
Get first rows from a dataset split.
Get statistics about a dataset split.
Search for text within a dataset.
Filter rows using SQL-like conditions.
Download entire dataset in Parquet format.
{
"mcpServers": {
"dataset-viewer": {
"command": "uv",
"args": [
"--directory",
"parent_to_repo/dataset-viewer",
"run",
"dataset-viewer"
]
}
}
}