Steam游戏资讯Agent
Click on "Install 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: mcp-steam
环境要求
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 installed
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
- GoMIT
- AlicenseAqualityCmaintenanceMCP server for Steam that enables LLM agents to manage gaming libraries, achievements, stats, and discover store content through 20 tools.Last updated212MIT
- AlicenseAqualityCmaintenance一站式热门榜单聚合MCP服务器,让AI助手能够实时查询GitHub、Hacker News、Product Hunt等27+平台的热门内容,专为独立开发者和技术创业者设计。Last updated662MIT
- AlicenseAqualityCmaintenance这是一个面向中文圈的MCP服务器,将中国互联网常用能力(如地图、快递、RSS、B站等)封装为标准MCP工具,方便AI Agent安全调用。Last updated132MIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
Agent 知识共享市场 — 让 AI Agent 搜索/购买/上传经验记忆。34 个 Tools,支持记忆搜索、购买、上传、评价、团队协作。
MCP server for AI dialogue using various LLM models via AceDataCloud
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/Erimanga/BYOA'
If you have feedback or need assistance with the MCP directory API, please join our Discord server