MCP Server Dataset Builder
@wanghaisheng
MCP Server Dataset Builder について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-dataset": {
"command": "python",
"args": [
"extract_mcp_servers.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Dataset Builder?
MCP Server Dataset Builder is a tool that automatically collects, categorizes, and updates information about MCP (Model Context Protocol) servers from multiple sources. It merges data from the curated awesome‑mcp‑servers repository and GitHub search, then outputs a daily CSV file. It is designed for developers and researchers who need an up‑to‑date, structured catalog of MCP servers.
How to use MCP Server Dataset Builder?
The dataset is automatically updated daily via a GitHub Actions workflow; no manual steps are required. To run locally, install the dependencies (pip install -r requirements.txt) then execute python extract_mcp_servers.py or python daily.py. A manual workflow run can be triggered from the Actions tab, with optional customization of search keywords, minimum stars, and minimum forks.
Key features of MCP Server Dataset Builder
- Combines data from curated lists and GitHub search
- Automatically assigns categories based on repository content
- Detects programming languages and frameworks used
- Adds emoji indicators for quick visual identification
- Updates daily to keep the dataset current
- Preserves historical data while adding new entries
Use cases of MCP Server Dataset Builder
- Building and maintaining a comprehensive registry of MCP servers
- Discovering new MCP repositories through automated GitHub search
- Analyzing the MCP ecosystem by category, tech stack, or popularity
- Keeping a personal or team dataset synchronized with the latest servers
- Integrating MCP server metadata into dashboards or monitoring tools
FAQ from MCP Server Dataset Builder
What data sources does MCP Server Dataset Builder use?
It extracts data from the awesome‑mcp‑servers GitHub repository and performs its own GitHub search using MCP‑related keywords. Both sources are merged and deduplicated.
How often is the dataset updated?
The dataset is automatically updated daily via a GitHub Actions workflow. No manual intervention is required, but you can trigger a manual run at any time.
Can I customize the search criteria?
Yes. When running the workflow manually, you can set keywords, minimum stars, and minimum forks. Locally, these are controlled via environment variables (KEYWORDS_ENV, MIN_STARS, MIN_FORKS).
What fields are included in the CSV output?
The CSV contains: name, description, html_url, stars, forks, keywords, category, techstack, and emojis. These fields provide a structured overview of each repository.
Does the tool require a GitHub API token?
Yes, for the GitHub search to work, a GITHUB_TOKEN environment variable must be set. The token is used for authentication when querying the GitHub API.
「データと分析」の他のコンテンツ
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
コメント