OP.GG MCP Server – a Model Context Protocol (MCP) implementation that exposes OP.GG game-data tools (LoL, TFT, Valorant, Esports) to AI agents via a remote gateway.
https://github.com/opgginc/opgg-mcpStop wrestling with gaming APIs when your AI could be analyzing League matches, tracking Valorant meta shifts, or pulling TFT compositions in seconds. The OP.GG MCP Server connects your AI agents directly to one of gaming's most comprehensive datasets.
You know the drill. Building anything gaming-related means cobbling together multiple APIs, dealing with rate limits, parsing inconsistent data formats, and maintaining authentication across different services. Want your AI to analyze a player's recent matches? That's hours of API documentation and error handling.
Meanwhile, OP.GG already has the clean, structured gaming data you need – but accessing it programmatically has been unnecessarily complex.
This MCP server puts OP.GG's entire gaming database at your AI agent's fingertips through simple function calls:
// Your AI can now do this natively:
lol-summoner-search("Faker", "T1")
lol-champion-analysis("Yasuo")
valorant-leaderboard("na")
tft-meta-trend-deck-list()
esports-lol-schedules()
No API keys to manage, no rate limiting headaches, no data parsing – just clean, structured gaming data flowing directly to your AI.
Gaming Content Creation: Your AI analyzes a streamer's match history, identifies improvement patterns, and generates personalized coaching insights while they're live.
Esports Analysis: Pull team standings, match schedules, and player stats to generate pre-match analysis or post-game breakdowns automatically.
Meta Tracking: Monitor champion pick/ban rates, item build trends, and agent compositions across regions to identify emerging strategies before they hit mainstream.
Personal Performance Analysis: Connect your AI to your gaming accounts and get intelligent feedback on your gameplay patterns, champion performance, and strategic suggestions.
Skip the usual MCP setup friction. Connect directly to OP.GG's hosted endpoint:
{
"mcpServers": {
"opgg-mcp": {
"command": "npx",
"args": ["-y", "supergateway", "--streamableHttp", "https://mcp-api.op.gg/mcp"]
}
}
}
Or install via Smithery:
npx -y @smithery/cli@latest install @opgginc/opgg-mcp --client claude
That's it. Your AI immediately has access to League of Legends summoner data, Valorant leaderboards, TFT meta builds, and esports schedules.
Instead of spending days integrating gaming APIs, you get:
Whether you're building coaching bots, content generation tools, or esports analysis platforms, this server eliminates the usual gaming data integration nightmare. Your AI can pull champion counters, analyze match histories, track professional team standings, and recommend optimal TFT builds – all through simple function calls.
The gaming data infrastructure is handled. Now you can focus on building the intelligent features that matter.