Skip to main content
Glama

MCP Riot Server

by jifrozen0110

MCP 라이엇 서버

MCP-Riot은 Riot Games API와 통합되어 자연어 쿼리를 통해 AI 도우미에게 League of Legends 데이터를 제공하는 커뮤니티에서 개발한 모델 컨텍스트 프로토콜(MCP) 서버입니다 .

이 프로젝트는 AI 모델이 플레이어 정보, 순위 통계, 챔피언 숙련도, 최근 경기 요약을 검색할 수 있도록 합니다.

면책 조항: 이 프로젝트는 Riot Games와 제휴 관계가 없으며 Riot Games의 보증도 받지 않는 오픈 소스 프로젝트입니다. League of Legends®는 Riot Games, Inc.의 등록 상표입니다.


데모

mcp-riot-lol

✨ 특징

🧾 플레이어 요약

"현재 하이드온부시의 순위와 최고 챔피언은?"

플레이어에게 다음을 제공합니다.

  • 수준
  • 랭크 솔로 티어
  • 상위 챔피언 마스터리
  • 최근 경기 기록

🔝 최고 챔피언

"그가 가장 잘하는 챔피언은 뭐죠?"

숙련도 포인트에 따라 상위 N명의 챔피언을 반환합니다.

🎯 챔피언 마스터리

"이 선수는 아리와 얼마나 잘 어울릴까?"

특정 챔피언에 대한 자세한 챔피언 숙련도 데이터를 반환합니다.

🕹️ 최근 경기

"이 소환사의 최근 3개 경기 표시"

챔피언 사용, K/D/A, 결과를 포함한 최근 경기 목록입니다.

📊 경기 요약

"주어진 매치 ID에 대한 이 매치를 요약합니다"

KDA, 데미지, 워드, 결과 등 플레이어의 경기 통계를 반환합니다.


🚀 빠른 시작

1. 복제 및 설치

지엑스피1

2. API 키 가져오기 및 환경 설정

Riot API 키로 .env 파일을 만듭니다.

RIOT_API_KEY=your_riot_api_key

https://developer.riotgames.com/ 에서 키를 받을 수 있습니다.

3. MCP 클라이언트 구성

MCP 클라이언트(예: 데스크톱용 Claude)에 이 서버를 등록합니다.

~/Library/Application Support/Claude/claude_desktop_config.json을 편집합니다.

{ "mcpServers": { "amadeus": { "command": "/ABSOLUTE/PATH/TO/PARENT/FOLDER/uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER", "run", "--env-file", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/.env", "riot.py" ] } } }

/ABSOLUTE/PATH/TO/PARENT/FOLDER/ 프로젝트 폴더의 실제 경로로 바꾸세요.

내 사례:

{ "mcpServers": { "amadeus": { "command": "/Users/jifrozen/.local/bin/uv", "args": [ "--directory", "/Users/jifrozen/mcp-riot/src/", "run", "--env-file", "/Users/jifrozen/mcp-riot/.env", "server.py" ] } } }

🛠️ 도구

다음 도구는 MCP 클라이언트에 공개됩니다.

get_player_summary

레벨, 랭크, 상위 챔피언, 최근 경기를 요약합니다.

get_top_champions_tool

숙련도 포인트에 따른 상위 챔피언을 반환합니다.

get_champion_mastery_tool

특정 챔피언에 대한 숙련도 세부 정보를 반환합니다.

get_recent_matches_tool

해당 소환사의 최근 매치를 반환합니다.

get_match_summary

주어진 매치 ID와 puuid에 대한 매치 성과 통계를 반환합니다.


📚 참고문헌


📝 라이센스

MIT 라이센스 © 2025 jifrozen0110

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

리그 오브 레전드 데이터를 제공하기 위해 Riot Games API와 통합된 커뮤니티에서 개발한 모델 컨텍스트 프로토콜 서버로, AI 보조원이 자연어 쿼리를 통해 플레이어 정보, 순위 통계, 챔피언 숙련도, 경기 요약을 검색할 수 있도록 합니다.

  1. 데모
    1. ✨ 특징
      1. 🧾 플레이어 요약
      2. 🔝 최고 챔피언
      3. 🎯 챔피언 마스터리
      4. 🕹️ 최근 경기
      5. 📊 경기 요약
    2. 🚀 빠른 시작
      1. 복제 및 설치
      2. API 키 가져오기 및 환경 설정
      3. MCP 클라이언트 구성
    3. 🛠️ 도구
      1. get_player_summary
      2. get_top_champions_tool
      3. get_champion_mastery_tool
      4. get_recent_matches_tool
      5. get_match_summary
    4. 📚 참고문헌
      1. 📝 라이센스

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables language models to interact with Strava data, including activities, athlete statistics, routes, achievements, and social features.
          Last updated -
          2
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Model Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.
          Last updated -
          4
          Python
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.
          Last updated -
          7
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          Model Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.
          Last updated -
          74
          JavaScript
          MIT License
          • Apple
          • Linux

        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/jifrozen0110/mcp-riot'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server