
OpenDota MCP Server
The OpenDota MCP Server connects AI assistants to live Dota 2 data via the OpenDota API, enabling advanced analytics, match reporting, hero meta analysis, and c...
Connect FlowHunt with League of Legends through the Riot MCP Server and empower your AI bots to access live game stats, player profiles, and more.
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. Its primary function is to bridge AI models and the rich dataset offered by Riot Games, empowering assistants to retrieve player information, ranked statistics, champion mastery, and recent match summaries. By exposing these endpoints through the MCP interface, the Riot MCP Server enables developers to build AI-powered tools, bots, or workflows that can interact with League of Legends data seamlessly. This facilitates a new class of applications where AI can answer gameplay questions, analyze player performance, or automate game-related queries—all by leveraging the Riot Games API in a standardized, extensible manner.
No prompt templates were found in the provided repository files or documentation.
No explicit MCP resources were detailed in the repository files or documentation.
No tools were listed in the visible files or documentation (e.g., no server.py or tool definitions provided).
windsurf.config.json
).mcpServers
section:{
"riot-mcp": {
"command": "npx",
"args": ["@riot/mcp-server@latest"]
}
}
{
"riot-mcp": {
"command": "npx",
"args": ["@riot/mcp-server@latest"],
"env": {
"RIOT_API_KEY": "${RIOT_API_KEY}"
},
"inputs": {
"region": "na1"
}
}
}
mcpServers
section, add:{
"riot-mcp": {
"command": "npx",
"args": ["@riot/mcp-server@latest"]
}
}
mcpServers
:{
"riot-mcp": {
"command": "npx",
"args": ["@riot/mcp-server@latest"]
}
}
mcpServers
:{
"riot-mcp": {
"command": "npx",
"args": ["@riot/mcp-server@latest"]
}
}
Note: Always secure your Riot Games API key using environment variables as shown in the Windsurf example above.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"riot-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “riot-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ⛔ | No tool definitions visible |
Securing API Keys | ✅ | Example provided for env variable usage |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
The MCP-Riot server provides a clear integration between the Riot Games API and AI workflows, and has open licensing, but its documentation and codebase currently lack explicit prompt, resource, and tool definitions. Setup instructions are generic but complete for common platforms. The project is functional and promising for League of Legends AI applications, but would benefit from clearer MCP resource and tool descriptions.
Based on the two tables, I would rate this MCP server a 4 out of 10 for completeness and developer friendliness.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 3 |
Number of Stars | 11 |
The Riot MCP Server is a community-developed Model Context Protocol (MCP) server that connects AI assistants with the Riot Games API. It enables bots and workflows to fetch League of Legends player data, ranked stats, champion mastery, and match summaries via standardized natural language queries.
You can retrieve player profiles (summoner name, icon, level), ranked statistics, champion mastery details, and recent match summaries. These endpoints empower your AI tools to deliver rich insights and analyses for League of Legends.
Always use environment variables to store your Riot API key. In the configuration, reference your API key with ${RIOT_API_KEY} to prevent accidental exposure and improve security.
Yes! Add the MCP component to your FlowHunt flow, configure its system MCP settings with your Riot MCP server details and endpoint, and your AI agent will be able to access all functions provided by the server.
The main use cases include building AI chatbots that answer gameplay questions, fetching player performance data for dashboards, automating game-related queries, and integrating League of Legends insights into Discord or Slack bots.
The server offers solid API integration and is open-licensed, but currently lacks explicit prompt, resource, and tool definitions. It’s functional for core League of Legends AI applications, but further documentation and resource exposure would improve developer experience.
Bring League of Legends data to your AI workflows. Integrate the Riot MCP Server into FlowHunt for real-time stats, player insights, and advanced game analytics.
The OpenDota MCP Server connects AI assistants to live Dota 2 data via the OpenDota API, enabling advanced analytics, match reporting, hero meta analysis, and c...
The TFT MCP Server connects AI assistants to the Riot Games API, enabling programmatic access to Team Fight Tactics (TFT) player match history and detailed matc...
The Fantasy Premier League MCP Server connects AI assistants to official FPL data, providing real-time access to player stats, team data, and more—enabling auto...