Steam Review MCP
스팀 리뷰 MCP
영어 | 중문
MCP(Model Context Protocol)를 사용하여 Steam 게임 리뷰에 액세스하세요.
특징
LLM이 Steam 게임 리뷰 및 정보를 검색하는 데 도움이 됩니다.
게임 리뷰(긍정적/부정적 평가, 리뷰 점수, 리뷰 내용 등)를 받아보세요.
게임 기본 정보(이름, 자세한 설명)를 얻으세요
게임 리뷰를 분석하고 장단점을 요약합니다.
Related MCP server: mcp-server-steam
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Steam Review를 자동으로 설치하려면:
지엑스피1
npx로 직접 실행하세요:
npx steam-review-mcp또는 추가하세요:
{
"mcpServers": {
"steam-review-mcp": {
"command": "npx",
"args": [
"steam-review-mcp"
]
}
}
}용법
도구
이 MCP 서비스는 Steam 게임 appid를 전달하여 리뷰와 게임 정보를 검색하는 get_steam_review 도구를 제공합니다.
자세한 내용은 Steamwork API를 확인하세요: 사용자 리뷰 - 목록 가져오기
반환된 데이터에는 두 부분이 포함됩니다.
game_reviews:success: 쿼리가 성공했는지 여부review_score: 리뷰 점수review_score_desc: 리뷰 점수 설명total_positive: 총 긍정적 리뷰total_negative: 총 부정적인 리뷰 수reviews: 모든 리뷰 텍스트 콘텐츠(다른 메타데이터 없음)
game_info:name: 게임 이름detailed_description: 자세한 게임 설명
프롬프트
요약-리뷰
전반적인 게임 리뷰 분석을 위해 게임의 장단점을 요약합니다.
매개변수
appid(필수): Steam 게임 ID, 예:570(Dota 2)
최근 리뷰 분석
최근 게임 리뷰를 분석하고, 게임의 현재 상태와 플레이어 피드백을 요약합니다.
매개변수
appid(필수): Steam 게임 ID, 예:570(Dota 2)
개발
# Install dependencies
npm install
# Build project
npm run build
# Run service
npm startMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides tools for interacting with the Steam Web API to access player profiles, game libraries, achievements, statistics, inventories, and game information through natural language.34104MIT
- AlicenseAqualityCmaintenanceIntegrates with Steam Web API to enable querying user profiles, game libraries, store data, and community features like reviews and workshop items.16MIT
- Flicense-qualityCmaintenanceProvides access to your Steam game library data through Claude Desktop, enabling game search, filtering, details, recommendations, and statistics.7
- Alicense-qualityBmaintenanceEnables exploring Steam store reviews and community discussion threads with server-side filtering, temporal analysis, and metadata context for understanding player sentiment and feedback beyond store page noise.251BSD 3-Clause
Related MCP Connectors
Steam Web API: profiles, owned games, achievements, app news, player counts.
Steam concurrent player trends for any game over time. Free key at trendsapi.ai
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Appeared in Searches
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/fenxer/steam-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server