Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Dataset Viewer

    MCP server for Hugging Face dataset viewer

    29 stars
    Python
    Updated Oct 5, 2025

    Table of Contents

    • Features
    • Resources
    • Tools
    • Installation
    • Prerequisites
    • Setup
    • Configuration
    • Environment Variables
    • Claude Desktop Integration
    • License

    Table of Contents

    • Features
    • Resources
    • Tools
    • Installation
    • Prerequisites
    • Setup
    • Configuration
    • Environment Variables
    • Claude Desktop Integration
    • License

    Documentation

    Dataset Viewer MCP Server

    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.

    Features

    Resources

    • 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

    Tools

    The server provides the following tools:

    1. validate

    • Check if a dataset exists and is accessible
    • Parameters:
    • dataset: Dataset identifier (e.g. 'stanfordnlp/imdb')
    • auth_token (optional): For private datasets

    2. get_info

    • Get detailed information about a dataset
    • Parameters:
    • dataset: Dataset identifier
    • auth_token (optional): For private datasets

    3. get_rows

    • Get paginated contents of a dataset
    • Parameters:
    • dataset: Dataset identifier
    • config: Configuration name
    • split: Split name
    • page (optional): Page number (0-based)
    • auth_token (optional): For private datasets

    4. get_first_rows

    • Get first rows from a dataset split
    • Parameters:
    • dataset: Dataset identifier
    • config: Configuration name
    • split: Split name
    • auth_token (optional): For private datasets

    5. get_statistics

    • Get statistics about a dataset split
    • Parameters:
    • dataset: Dataset identifier
    • config: Configuration name
    • split: Split name
    • auth_token (optional): For private datasets

    6. search_dataset

    • Search for text within a dataset
    • Parameters:
    • dataset: Dataset identifier
    • config: Configuration name
    • split: Split name
    • query: Text to search for
    • auth_token (optional): For private datasets

    7. filter

    • Filter rows using SQL-like conditions
    • Parameters:
    • dataset: Dataset identifier
    • config: Configuration name
    • split: Split name
    • where: SQL WHERE clause (e.g. "score > 0.5")
    • orderby (optional): SQL ORDER BY clause
    • page (optional): Page number (0-based)
    • auth_token (optional): For private datasets

    8. get_parquet

    • Download entire dataset in Parquet format
    • Parameters:
    • dataset: Dataset identifier
    • auth_token (optional): For private datasets

    Installation

    Prerequisites

    • Python 3.12 or higher
    • uv - Fast Python package installer and resolver

    Setup

    1. Clone the repository:

    bash
    git clone https://github.com/privetin/dataset-viewer.git
    cd dataset-viewer

    2. Create a virtual environment and install:

    bash
    # Create virtual environment
    uv venv
    
    # Activate virtual environment
    # On Unix:
    source .venv/bin/activate
    # On Windows:
    .venv\Scripts\activate
    
    # Install in development mode
    uv add -e .

    Configuration

    Environment Variables

    • HUGGINGFACE_TOKEN: Your Hugging Face API token for accessing private datasets

    Claude Desktop Integration

    Add the following to your Claude Desktop config file:

    On Windows: %APPDATA%\Claude\claude_desktop_config.json

    On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

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

    License

    MIT License - see LICENSE for details

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k