
MCP Riot Integration
Integrate FlowHunt with MCP-Riot to provide your AI assistants seamless access to League of Legends data—player profiles, ranked stats, champion mastery, and ma...

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.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
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.

Integrate FlowHunt with MCP-Riot to provide your AI assistants seamless access to League of Legends data—player profiles, ranked stats, champion mastery, and ma...

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 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...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.