{"type":"mcp_server","name":"dataset-viewer","description":"This repository provides an MCP server that interacts with the Hugging Face Dataset Viewer API, enabling users to browse, analyze, search, and access datasets hosted on the Hugging Face Hub.","category":"AI","language":"Python","stars":31,"forks":6,"owner":"privetin","github_url":"https://github.com/privetin/dataset-viewer","homepage":null,"setup":"## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/privetin/dataset-viewer.git\ncd dataset-viewer\n```\n\n2. Create a virtual environment and install:\n```bash\n# Create virtual environment\nuv venv\n\n# Activate virtual environment\n# On Unix:\nsource .venv/bin/activate\n# On Windows:\n.venv\\Scripts\\activate\n\n# Install in development mode\nuv add -e .\n```","tools":"## Available Tools\n\n1. **validate** (Check if a dataset exists and is accessible)\n2. **get_info** (Get detailed information about a dataset)\n3. **get_rows** (Get paginated contents of a dataset)\n4. **get_first_rows** (Get first rows from a dataset split)\n5. **get_statistics** (Get statistics about a dataset split)\n6. **search_dataset** (Search for text within a dataset)\n7. **filter** (Filter rows using SQL-like conditions)\n8. **get_parquet** (Download entire dataset in Parquet format)","faq":null,"created_at":"2025-01-02T07:55:29+00:00","updated_at":"2025-03-25T12:12:15+00:00","source_url":"https://model-context-protocol.com/servers/hugging-face-dataset-viewer-api-server","related_articles":[]}