Integrations
Provides access to Valorant game data including meta maps, character statistics, leaderboards, agent compositions, and player match histories.
OP.GG MCP Server
The OP.GG MCP Server is a Model Context Protocol implementation that seamlessly connects OP.GG data with AI agents and platforms. This server enables AI agents to retrieve various OP.GG data via function calling.
Overview
This MCP server provides AI agents with access to OP.GG data through a standardized interface. It offers a simple way to connect to our remote server (https://mcp-api.op.gg/mcp/sse), allowing for easy installation and immediate access to OP.GG data in a format that's easily consumable by AI models and agent frameworks.
Features
The OP.GG MCP Server currently supports the following tools:
League of Legends
- lol-champion-analysis: Fetch analysis data for a specific champion
- lol-champion-leader-board: Fetch that champion's rank
Esports (League of Legends)
- esports-lol-schedules: Get upcoming LoL match schedules
- esports-lol-team-standings: Get team standings for a LoL league
Teamfight Tactics (TFT)
- tft-meta-trend-deck-list: TFT deck list tool for retrieving current meta decks
- tft-meta-item-combinations: TFT tool for retrieving information about item combinations and recipes
- tft-champion-item-build: TFT tool for retrieving champion item build information
- tft-recommend-champion-for-item: TFT tool for retrieving champion recommendations for a specific item
- tft-play-style-comment: This tool provides comments on the playstyle of TFT champions
Valorant
- valorant-meta-maps: Valorant map meta data
- valorant-meta-characters: Valorant character meta data
- valorant-leaderboard: Fetch Valorant leaderboard by region
- valorant-agents-composition-with-map: Retrieve agent composition data for a Valorant map
- valorant-characters-statistics: Retrieve character statistics data for Valorant, optionally filtered by map
- valorant-player-matches: Retrieve match history for a Valorant player using their game name and tag line
Usage
The OP.GG MCP Server can be used with any MCP-compatible client. The following content explains installation methods using Claude Desktop as an example.
Installing via Smithery
To install OP.GG MCP for Claude Desktop automatically via Smithery:
Adding to MCP Configuration
To add this server to your Claude Desktop MCP configuration, add the following entry to your claude_desktop_config.json
file:
Mac/Linux
Windows
After adding the configuration, restart Claude Desktop for the changes to take effect.
Direct Connection via SSE
If you want to connect directly to our SSE endpoint, you can use the mcp-remote
package. This provides a simple way to connect to our remote server without having to install the full OP.GG MCP Server.
Add the following to your claude_desktop_config.json
file:
Mac/Linux
Windows
This configuration will use the mcp-remote
package to establish a direct connection to our SSE endpoint, providing you with immediate access to all OP.GG data tools.
Listing Available Tools
Response:
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Links
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A 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.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.Last updated -9PythonMIT License
- -securityFlicense-qualityModel Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.Last updated -4Python
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.Last updated -62JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables role-based context management for AI agents, allowing users to establish specific instructions, maintain partitioned memory, and adapt tone for different agent roles in their system.Last updated -TypeScript