Integrations
Connects directly to the OP.GG Esports GraphQL API to retrieve upcoming League of Legends match schedules and information
OP.GG Esports MCP Server
The OP.GG Esports MCP Server is a Model Context Protocol implementation that seamlessly connects OP.GG Esports data with AI agents and platforms. This server enables AI agents to retrieve upcoming League of Legends match schedules and information via function calling.
Overview
This MCP server provides AI agents with access to OP.GG Esports data through a standardized interface. Built on TypeScript and Node.js, it connects directly to the OP.GG Esports GraphQL API and formats the data in a way that's easily consumable by AI models and agent frameworks.
Features
The OP.GG Esports MCP Server currently supports the following tools:
- get-lol-matches: Fetch and format upcoming League of Legends match schedules from OP.GG Esports
- Returns match name, league, status, score, scheduled time, and a direct link to the match
- Formats the data in a clean, structured format for AI consumption
Installation
Installing via Smithery
To install OP.GG Esports MCP for Claude Desktop automatically via Smithery:
Using npm/pnpm
Running the server
Using pnpm
Using Node.js directly
Using npx
Adding to MCP configuration
To add this server to your MCP configuration (e.g., Windsurf's mcp_config.json), add the following entry:
Alternatively, you can use the npm package if published:
Usage
The OP.GG Esports MCP Server can be used with any MCP-compatible client. Here are some examples:
Listing available tools
Response:
Fetching upcoming match schedules
Response:
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Links
You must be authenticated.
Tools
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.