Dataset Viewer MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUGGINGFACE_TOKENNoYour Hugging Face API token for accessing private datasets

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-datasetAnalyze a dataset's content and structure

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_info

Get detailed information about a Hugging Face dataset including description, features, splits, and statistics. Run validate first to check if the dataset exists and is accessible.

get_rows

Get paginated rows from a Hugging Face dataset

get_first_rows

Get first rows from a Hugging Face dataset split

search_dataset

Search for text within a Hugging Face dataset

filter

Filter rows in a Hugging Face dataset using SQL-like conditions

get_statistics

Get statistics about a Hugging Face dataset

get_parquet

Export Hugging Face dataset split as Parquet file

validate

Check if a Hugging Face dataset exists and is accessible