opgg-esports
OfficialThe OP.GG Esports MCP Server enables AI agents to retrieve and process League of Legends esports match data seamlessly.
Fetch Upcoming Matches: Access upcoming League of Legends match schedules including match name, league, status, score, scheduled time, and direct links
Structured Data Format: Receive match data in a clean, structured format optimized for AI consumption
MCP Compatibility: Integrates with any MCP-compatible client or agent framework
Connects directly to the OP.GG Esports GraphQL API to retrieve upcoming League of Legends match schedules and information
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opgg-esportsshow me upcoming League of Legends matches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: OP.GG MCP Server
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:
npx -y @smithery/cli install @opgginc/esports-mcp --client claudeUsing npm/pnpm
# Install dependencies
pnpm install
# Build the project
pnpm buildRunning the server
Using pnpm
# Start the MCP server on stdio
pnpm startUsing Node.js directly
# Start using Node.js
node dist/index.jsUsing npx
# Run directly with npx
npx -y @opgg/esports-mcpAdding to MCP configuration
To add this server to your MCP configuration (e.g., Windsurf's mcp_config.json), add the following entry:
{
"mcpServers": {
"opgg-esports": {
"command": "node",
"args": ["/path/to/esports-mcp/dist/index.js"]
}
}
}Alternatively, you can use the npm package if published:
{
"mcpServers": {
"opgg-esports": {
"command": "npx",
"args": ["-y", "@opgg/esports-mcp"]
}
}
}Usage
The OP.GG Esports MCP Server can be used with any MCP-compatible client. Here are some examples:
Listing available tools
{ "type": "list_tools" }Response:
{
"tools": [
{
"name": "get-lol-matches",
"description": "Get upcoming LoL match schedules from OP.GG Esports"
}
]
}Fetching upcoming match schedules
{
"type": "tool_call",
"tool_call": {
"name": "get-lol-matches"
}
}Response:
{
"content": [
{
"type": "text",
"text": "Upcoming match schedules:\n\nMatch: Team A vs Team B\nLeague: LCK\nStatus: SCHEDULED\nScore: 0 - 0\nScheduled at: 4/6/2025, 7:00:00 PM\nDetails: https://esports.op.gg/matches/12345\n---\n..."
}
]
}License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Links
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceA 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.528MIT

OP.GG MCP Serverofficial
AlicenseBqualityBmaintenanceA 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.2498MIT- Flicense-qualityDmaintenanceAn MCP Server that provides access to League of Legends statistics via the SportData.io API, allowing agents to query and analyze LoL competitive gaming data.
- Flicense-qualityDmaintenanceEnables natural language queries to Google Calendar API for checking appointments, availability, and events. Supports flexible time ranges, timezone handling, and both service account and OAuth authentication methods.
Related MCP Connectors
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/opgginc/esports-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server