League of Legends MCP Server — AI coaching & game analysis (25 tools, 16 regions). Hosted on Apify.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-lol": {
"command": "npx",
"args": [
"-y",
"ebrunet001/mcp-server-lol"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-lol npx -y ebrunet001/mcp-server-lol
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-lol": {
"command": "npx",
"args": [
"-y",
"ebrunet001/mcp-server-lol"
]
}
}
}