sseMITupdated 2mo ago
LoL data & AI-powered coaching for Claude Desktop, Claude Code & MCP-compatible AI assistants.
mcp server lol 能做什么?
League of Legends MCP Server
LoL data & AI-powered coaching for Claude Desktop, Claude Code & MCP-compatible AI assistants.
What does it do?
League of Legends MCP Server connects AI assistants to LoL data via the Riot Games API. 25 tools for player profiles, ranked stats, match history, champion mastery, live game detection, league standings, Clash tournaments, challenges - plus AI-powered performance analysis and coaching.
No Riot API key needed - the server includes a built-in key.
Available Tools
Account & Profile
| Tool | Description |
|---|---|
lol_get_account |
Get account info by Riot ID |
lol_get_summoner |
Get summoner info (level, profile icon) |
lol_get_ranked |
Get ranked stats (tier, rank, LP, wins/losses) |
lol_get_player_profile |
Get complete player profile in one call |
Match History
| Tool | Description |
|---|---|
lol_get_match_history |
Get recent match IDs |
lol_get_match_details |
Get detailed info about specific matches |
lol_get_match_timeline |
Get minute-by-minute match timeline |
Champion & Live
| Tool | Description |
|---|---|
lol_get_champion_mastery |
Get champion mastery data |
lol_get_live_game |
Check if a player is currently in game |
lol_get_champion_rotation |
Get current free champion rotation |
lol_get_featured_games |
Get featured games |
AI Analysis
| Tool | Description |
|---|---|
lol_analyze_performance |
Analyze recent performance with recommendations |
lol_analyze_champion |
Analyze performance on a specific champion |
lol_get_improvement_tips |
Get personalized improvement tips |
lol_compare_players |
Compare stats between two players |
League & Clash
| Tool | Description |
|---|---|
lol_get_league_by_id |
Get league info by ID |
lol_get_league_entries |
Get league entries by tier/rank |
lol_get_league_entries_exp |
Get league entries (experimental) |
lol_get_league_top |
Get top league entries |
lol_get_clash_tournaments |
Get Clash tournament info |
lol_get_clash_player |
Get Clash player info |
lol_get_clash_team |
Get Clash team info |
Challenges & Status
| Tool | Description |
|---|---|
lol_get_challenges |
Get challenge system data |
lol_get_player_challenges |
Get player challenge info |
lol_get_server_status |
Get LoL server status |
Key Features
- AI Coaching: Claude analyzes your matches and generates detailed coaching reports
- Data Dragon Integration: Champion, item, rune, and spell names automatically resolved
- Intelligent Caching: Smart TTL-based caching to reduce API calls
- 16 Regions: EUW, NA, KR, BR, LA, OC, TR, RU, JP, PH, SG, TH, TW, VN, and more
Quick Start
- Get your Apify API Token
- Add a custom MCP connector:
https://mrbridge--lol-mcp-server.apify.actor/mcp?token=YOUR_APIFY_TOKEN
- Ask Claude: "Analyze my ranked games, my Riot ID is YourName#EUW"
Pricing
Pay-per-event on Apify. $5 free credits/month included.
Links
- Apify Store: LoL MCP Server
- Full documentation: See the Apify Store page for detailed README, output examples, and troubleshooting
License
MIT
安装
把 mcp server lol 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport sse mcp-server-lol https://mrbridge--lol-mcp-server.apify.actor/mcpcodex mcp add mcp-server-lol --url https://mrbridge--lol-mcp-server.apify.actor/mcp{
"mcpServers": {
"mcp-server-lol": {
"url": "https://mrbridge--lol-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-server-lol": {
"type": "sse",
"url": "https://mrbridge--lol-mcp-server.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-server-lol": {
"url": "https://mrbridge--lol-mcp-server.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-lol": {
"serverUrl": "https://mrbridge--lol-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档17/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.44最新 | 2026年3月19日 |