Skip to main content
Glama

LolByte MCP Server

by lolbyte-code

LolByte MCP Server

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

Demo

demo

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" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables interaction with League of Legends game data through the Riot Games API. Allows users to query player statistics, match history, and game information using natural language.

  1. Demo
    1. Build
      1. LLM Client Integration
        1. Claude Desktop
        2. LibreChat
        3. LM Studio

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables interaction with the Twitch API, allowing users to retrieve comprehensive information about channels, streams, games, and more, with additional support for searching and accessing chat elements like emotes and badges.
        Last updated -
        6
        1
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        Provides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.
        Last updated -
        4
      • A
        security
        F
        license
        A
        quality
        Connect AI agents to OP.GG Esports data and retrieve upcoming League of Legends match schedules effortlessly. Access structured match information through a standardized interface, enhancing your AI's capabilities with real-time esports data.
        Last updated -
        1
        5
      • -
        security
        A
        license
        -
        quality
        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 -
        16
        MIT License
        • Apple

      View all related MCP servers

      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