Skip to content
VS Code

mcp server lol for VS Code

io.github.ebrunet001/mcp-server-lol

League of Legends AI coaching: player profiles, match history, ranked stats & performance analysis

client:VS Code transport:sse

Install mcp server lol in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server-lol": {
      "type": "sse",
      "url": "https://mrbridge--lol-mcp-server.apify.actor/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp server lol in other clients