development
location
documentation
public
community
What is MCP-Riot is a community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data.?
MCP-Riot is a community-developed Model Context Protocol (MCP) server that integrates with the Riot Games API to provide League of Legends data to AI assistants via natural language queries. This project enables AI models to retrieve player information, ranked stats, champion mastery, and recent match summaries. Disclaimer: This is an open-source project not affiliated with or endorsed by Riot Games. League of Legends® is a registered trademark of Riot Games, Inc.
Documentation
\n\n# MCP Riot Server
MCP-Riot is a community-developed Model Context Protocol (MCP) server that integrates with the Riot Games API to provide League of Legends data to AI assistants via natural language queries.
This project enables AI models to retrieve player information, ranked stats, champion mastery, and recent match summaries.
Disclaimer: This is an open-source project not affiliated with or endorsed by Riot Games. League of Legends® is a registered trademark of Riot Games, Inc.
--\n\n## Demo
✨ Features# 🧾 Player Summary
"What's the current rank and top champions of Hide on bush?"
Provides the player's:
Level
Ranked Solo Tier
Top champion masteries
Recent match history
🔝 Top Champions
"What champions is he best at?"
Returns the top N champions based on mastery points.
🎯 Champion Mastery
"How good is this player with Ahri?"
Returns detailed champion mastery data for a specific champion.
🕹️ Recent Matches
"Show the last 3 matches for this summoner"
Lists recent matches including champion used, K/D/A, and result.
📊 Match Summary
"Summarize this match for a given match ID"
Returns the player’s match stats, such as KDA, damage, wards, and result.
🚀 Quick Start# 1. Clone & Install
git clone https://github.com/jifrozen0110/mcp-riot.git
cd mcp-riot
# Install dependencies (using uv or pip)
uv sync