Skip to main content
Glama

LolByte MCP Server

See https://modelcontextprotocol.io/docs/getting-started/intro

Demo

demo

Related MCP server: MCP Riot Server

Build

npm run build

LLM Client Integration

Claude Desktop

Update /path/to/claude_desktop_config.json as follows:

{
  "mcpServers": {
    "lolbyte-mcp": {
      "command": "sh",
      "args": [
        "-c",
        "RIOT_API_KEY=YOUR_API_KEY node /Users/anthony/repos/lolbyte-mcp/build/index.js"
      ]
    }
  }
}

LibreChat

Update librechat.yaml:

mcpServers:
  lolbyte:
    command: sh
    args:
      - -c
      - "RIOT_API_KEY=YOUR_API_KEY node /app/mcp/build/index.js"

Update docker-compose.override.yml:

services:
  api:
    volumes:
    - /path/to/lolbyte-mcp-server:/app/mcp
    - type: bind
      source: ./librechat.yaml
      target: /app/librechat.yaml

LM Studio

Update mcp.json as follows:

{
  "mcpServers": {
    "lolbyte-mcp": {
      "command": "sh",
      "args": [
        "-c",
        "RIOT_API_KEY=YOUR_API_KEY node /Users/anthony/repos/lolbyte-mcp/build/index.js"
      ]
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    This server enables Claude to access Team Fight Tactics (TFT) game data, allowing users to retrieve match histories and detailed match information through the Riot Games API.
    Last updated
    30
    9
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data, enabling AI assistants to retrieve player information, ranked stats, champion mastery, and match summaries through natural language queries.
    Last updated
    5
    27
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol implementation that enables AI agents to retrieve game data from OP.GG for League of Legends, Teamfight Tactics, Valorant, and esports through function calling.
    Last updated
    24
    98
    MIT

View all related MCP servers

Related MCP Connectors

  • Riot Games API: accounts, summoners, matches, league entries, champion mastery.

  • Wynncraft MMO player + guild + leaderboard + item DB lookups.

  • Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lolbyte-code/lolbyte-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server