Steam游戏资讯Agent
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Steam游戏资讯Agent查询Steam热门游戏排行榜"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎮 Steam 游戏资讯 Agent
基于 MCP (Model Context Protocol) + LLM 驱动的游戏资讯智能体,支持 Steam 排行榜查询、游戏新闻筛选总结、资讯邮件简报。
架构
用户自然语言 → client.py (LLM Agent 循环)
├─ Anthropic 兼容 API (DeepSeek) → 推理 + 决策
└─ MCP stdio → agent_server.py
├─ steam_charts → Steam 排行榜 (Web 抓取)
├─ gaming_news → IGN 中国新闻 (Web 抓取)
└─ email_send → 邮件发送 (SMTP)Related MCP server: Agent中国通
环境要求
Python 3.12+
DeepSeek API Key (Anthropic 兼容端点)
SMTP 邮箱 (可选,仅邮件功能需要)
快速开始
# 1. 安装依赖
pip install -r requirements.txt
# 2. 配置环境变量
cp .env.example .env
# 编辑 .env,填入你的 API Key 和 SMTP 信息
# 3. 运行
python client.py配置说明
环境变量 | 说明 | 必填 |
| LLM API 端点 | ✅ |
| API Key | ✅ |
| 模型名称 | ✅ |
| SMTP 服务器 | 可选 |
| 邮箱账号/授权码 | 可选 |
| 发件人名称 | 可选 |
项目结构
.
├── agent_server.py # MCP Server,注册 3 个工具
├── client.py # LLM Agent 客户端,对话循环
├── prompts/
│ └── system.md # 系统提示词
├── tools/
│ ├── steam_charts.py # Steam 排行榜抓取
│ ├── ign_news.py # IGN 中国新闻抓取
│ └── send_email.py # SMTP 邮件发送
├── requirements.txt
└── .env.exampleThis server cannot be deployed
Maintenance
Related MCP Connectors
LLM Orchestration Agent (Mcp)
MCP-Native LLM Orchestration Agent
LLM Orchestration MCP Agent
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for Steam that enables LLM agents to manage gaming libraries, achievements, stats, and discover store content through 20 tools.212MIT
- AlicenseAqualityDmaintenance这是一个面向中文圈的MCP服务器,将中国互联网常用能力(如地图、快递、RSS、B站等)封装为标准MCP工具,方便AI Agent安全调用。132MIT
- AlicenseNot gradedqualityAmaintenance混合推理 MCP 服务器,在本地 AI Agent 和大模型之间智能路由,优先使用 DeepSeek Web 和智谱 GLM 实现零成本调用。3MIT
- AlicenseAqualityBmaintenanceMCP server enabling AI assistants to search Steam games, retrieve official store metadata, and analyze player review sentiment via public Steam Storefront JSON APIs without an API key.311MIT