Token导航 LogoToken导航TokenDH.com
Steamdb Scraper MCP logo
AI代理stdio官方级别未说明来源级核验

Steamdb Scraper MCP

MCP Server

一个基于SeleniumBase的自动化工具,用于从SteamDB提取游戏数据,支持CSV和Parquet格式导出,并可集成到MCP服务器中。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
PythonClaudeAI代理Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

ZEUS-src

提供方

ZEUS-src

最后核验

2026/5/17 20:21

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run pre-commit install

详细介绍

###

steamDB Scraper - MCP Server 🕹️

###

❓ What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect with external data sources and tools. MCP servers act as bridges between AI models and various services, allowing for enhanced capabilities like real-time data access, API integrations, and custom tool execution.

###

👩‍💻 About The Project

This is a fast, flexible scraping tool built with SeleniumBase to automate and extract game data from SteamDB.

此项目使用 硒基 旁路 Cloudflare保护,确保对受保护页面的可靠访问。

它允许您:

🔎 Search for specific games

📦 Or scrape all available games at once

💾 Save results as clean .csv or .parquet files

###

⚙️ Technologies Used

###

📦 Features

  • ✅ 用途 硒基 绕过Cloudflare
  • ✅ 提取实时Steam游戏数据
  • ✅ 允许过滤或完全抓取
  • ✅ 另存为CSV或Parquet
  • ✅ 易于与MCP集成

🛠 安装

先决条件: - 已安装Chrome浏览器 - Git已安装

🐍 Local Setup (Develop & Contribute)

# 1. Clone repository
git clone https://github.com/ZEUS-src/steamDB-scraper-mcp.git
cd steamDB-scraper-mcp

# 2. Install UV package manager
curl -LsSf https://astral.sh/uv/install.sh | sh
uv python  # Install Python via UV if you don’t already have it

# 3. Install dependencies
uv sync
uv sync --group dev  # Install dev dependencies

# 4. Install pre-commit hooks
uv run pre-commit install

# 5. Start the server manually for first time (non-headless)
uv run main.py --no-headless --no-lazy-init

...

______________________________________________________________________

🧠 Claude Integration

要在Claude桌面应用程序中使用此scraper MCP服务器:

  1. 首选 克劳德→ 设置→ 开发者→ 编辑配置
  2. 将以下配置添加到您的 claude_desktop_config.json 文件:
// claude_desktop_config.json
{
  "mcpServers": {
      "SteamDB_MCP": {
        "command": "uv",
        "args": [
          "--directory",
          "//SteamDB_MCP",
          "run",
          "main.py"
        ]
      }
  }
  }

目录标签

目录标签

PythonClaudeAI代理数据爬取本地部署游戏数据自动化工具SeleniumBaseMCP集成

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP