Skip to main content
Glama

Steam Review MCP

스팀 리뷰 MCP

영어 | 중문

MCP(Model Context Protocol)를 사용하여 Steam 게임 리뷰에 액세스하세요.

특징

LLM이 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를 확인하세요: 사용자 리뷰 - 목록 가져오기

반환된 데이터에는 두 부분이 포함됩니다.

  1. game_reviews :
    • success : 쿼리가 성공했는지 여부
    • review_score : 리뷰 점수
    • review_score_desc : 리뷰 점수 설명
    • total_positive : 총 긍정적 리뷰
    • total_negative : 총 부정적인 리뷰 수
    • reviews : 모든 리뷰 텍스트 콘텐츠(다른 메타데이터 없음)
  2. 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 start
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM이 Steam 게임 리뷰를 검색하고 분석할 수 있도록 하여 리뷰 통계, 게임 정보에 대한 액세스를 제공하고 게임의 장단점을 요약하는 데 도움이 됩니다.

  1. 특징
    1. 설치
      1. Smithery를 통해 설치
    2. 용법
      1. 도구
      2. 프롬프트
    3. 개발

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables interaction with MercadoLibre's API for product search, reviews, descriptions, and seller reputation insights.
        Last updated -
        4
        54
        6
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Provide information about the games you played and how long you played them for to an LLM
        Last updated -
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
        Last updated -
        Python
      • -
        security
        F
        license
        -
        quality
        Analyzes codebases using Repomix and LLMs to provide structured code reviews with specific issues and recommendations, supporting multiple LLM providers including OpenAI, Anthropic, and Gemini.
        Last updated -
        2
        JavaScript

      View all related MCP servers

      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