Skip to main content
Glama

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

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

  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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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