League Of Legends
БесплатноНе проверенProvides real-time access to League of Legends esports data including live matches, schedules, leagues, event details, and VODs through a standardized interface
Описание
Provides real-time access to League of Legends esports data including live matches, schedules, leagues, event details, and VODs through a standardized interface.
README
MCP (Model Context Protocol) server to access League of Legends esports data in real-time. Provides information about live matches, schedules, leagues, event details, and VODs through a standardized interface.
🚀 Quick Start
1. Installation
# Clone and install dependencies
npm install
# Configure environment variables
cp .env.example .env
2. Configuration
Edit the .env file with your settings:
# League of Legends eSports API Configuration
LOL_API_BASE_URL=https://esports-api.lolesports.com
LOL_API_KEY=your_api_key_here
# Server Configuration
HTTP_TIMEOUT=10000
3. Build and Run
# Build
npm run build
# Run
npm start
# Or development with watch mode
npm run dev
⚙️ Cursor Configuration
To use this MCP server in Cursor, configure the .cursor/mcp.json file:
{
"mcpServers": {
"league-of-legends": {
"command": "node",
"args": ["./dist/index.js"],
"cwd": "/path/to/your/mcp-server-lol",
"env": {
"NODE_ENV": "production",
"LOL_API_BASE_URL": "https://esports-api.lolesports.com",
"LOL_API_KEY": ""
}
}
}
}
Note: Replace
/path/to/your/mcp-server-lolwith the actual project path on your system.
🛠️ Available Tools
| Tool | Description | Parameters |
|---|---|---|
get-schedule |
LoL esports schedule | language, leagueId (optional) |
get-live-matches |
Live matches | language |
get-leagues |
Available leagues | language, region (optional) |
get-event-details |
Specific event details | eventId, language |
get-match-vods |
Match VODs | eventId, language |
get-upcoming-matches |
Upcoming matches | language, limit |
get-live-match-score |
Live team scores | teamName, language |
Supported Languages
en-US, es-ES, fr-FR, de-DE, it-IT, pt-BR, ru-RU, tr-TR, ja-JP, ko-KR, zh-CN, zh-TW
📚 Documentation
For detailed information about features, architecture, and advanced usage:
- Features & Functionality - Detailed feature descriptions and prompt templates
- API Reference - Complete documentation of all tools and parameters
- Project Structure - Architecture, tech stack, and development workflow
🔧 NPM Scripts
| Script | Description |
|---|---|
npm run build |
Compile TypeScript to JavaScript |
npm run dev |
Development with watch mode |
npm start |
Run the compiled server |
npm run lint |
Run code linting |
npm run format |
Format code with Biome |
npm run check |
Complete lint + format |
🔒 Security
- All sensitive configurations are loaded via environment variables
.envfile included in.gitignore- Mandatory validation of critical variables
- Configurable timeouts for HTTP requests
📄 License
GPL-3.0 - see the LICENSE file for details.
Установка League Of Legends
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/andraderaul/mcp-server-lolFAQ
League Of Legends MCP бесплатный?
Да, League Of Legends MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для League Of Legends?
Нет, League Of Legends работает без API-ключей и переменных окружения.
League Of Legends — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить League Of Legends в Claude Desktop, Claude Code или Cursor?
Открой League Of Legends на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare League Of Legends with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
