Dataset Viewer MCP Server
データセットビューア MCP サーバー
Hugging Face Dataset Viewer APIと対話するための MCP サーバー。Hugging Face Hub でホストされているデータセットを参照および分析する機能を提供します。
特徴
リソース
Hugging Faceデータセットにアクセスするために
dataset://URIスキームを使用しますデータセットの構成と分割をサポート
データセットの内容へのページ区切りのアクセスを提供します
プライベートデータセットの認証を処理する
データセットの内容の検索とフィルタリングをサポート
データセットの統計と分析を提供します
ツール
サーバーは次のツールを提供します。
検証する
データセットが存在し、アクセス可能かどうかを確認する
パラメータ:
dataset: データセット識別子 (例: 'stanfordnlp/imdb')auth_token(オプション): プライベートデータセットの場合
情報を取得する
データセットの詳細情報を取得する
パラメータ:
dataset: データセット識別子auth_token(オプション): プライベートデータセットの場合
行を取得する
データセットのページ分割されたコンテンツを取得する
パラメータ:
dataset: データセット識別子config: 設定名split: 名前を分割page(オプション): ページ番号 (0 から始まる)auth_token(オプション): プライベートデータセットの場合
最初の行を取得する
データセット分割から最初の行を取得する
パラメータ:
dataset: データセット識別子config: 設定名split: 名前を分割auth_token(オプション): プライベートデータセットの場合
統計情報を取得する
データセットの分割に関する統計情報を取得する
パラメータ:
dataset: データセット識別子config: 設定名split: 名前を分割auth_token(オプション): プライベートデータセットの場合
検索データセット
データセット内のテキストを検索する
パラメータ:
dataset: データセット識別子config: 設定名split: 名前を分割query: 検索するテキストauth_token(オプション): プライベートデータセットの場合
フィルター
SQLのような条件を使用して行をフィルタリングする
パラメータ:
dataset: データセット識別子config: 設定名split: 名前を分割where: SQL WHERE句(例:"score > 0.5")orderby(オプション): SQL ORDER BY句page(オプション): ページ番号 (0 から始まる)auth_token(オプション): プライベートデータセットの場合
get_parquet
データセット全体をParquet形式でダウンロードする
パラメータ:
dataset: データセット識別子auth_token(オプション): プライベートデータセットの場合
Related MCP server: HF Dataset MCP
インストール
前提条件
Python 3.12以上
uv - 高速な Python パッケージインストーラーとリゾルバー
設定
リポジトリをクローンします。
git clone https://github.com/privetin/dataset-viewer.git
cd dataset-viewer仮想環境を作成してインストールします。
# 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 .構成
環境変数
HUGGINGFACE_TOKEN: プライベートデータセットにアクセスするためのHugging Face APIトークン
クロードデスクトップ統合
Claude Desktop 構成ファイルに次の内容を追加します。
Windows の場合: %APPDATA%\Claude\claude_desktop_config.json
MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dataset-viewer": {
"command": "uv",
"args": [
"--directory",
"parent_to_repo/dataset-viewer",
"run",
"dataset-viewer"
]
}
}
}ライセンス
MITライセンス - 詳細はライセンスを参照
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables access to the Hugging Face Hub API to search and retrieve information about machine learning models, datasets, and their metadata. Provides comprehensive tools for exploring the Hugging Face ecosystem including model details, dataset information, and parquet file access.8
- FlicenseAqualityDmaintenanceAn MCP server for the Hugging Face Dataset Viewer API that enables searching, fetching, and filtering datasets on the Hugging Face Hub. It allows users to explore schemas, perform full-text searches, and analyze dataset statistics through natural language.10
- Alicense-qualityDmaintenanceEnables searching and querying AI Hub datasets, including listing datasets, getting details, searching by keyword, and retrieving download information.1Creative Commons Attribution Non Commercial 4.0 International
- Alicense-qualityDmaintenanceEnables AI assistants to search, query, and analyze CMS healthcare datasets from data.cms.gov, supporting features like dataset discovery, filtering, and CSV download for large-scale analysis.1MIT
Related MCP Connectors
Read-only access to the Islam West Africa Collection via Hugging Face datasets.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Machine-readable utilities and datasets for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/privetin/dataset-viewer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server