Sponsored by Deepsite.site

OP.GG MCP Server

Created By
opgginc8 months ago
Content

OP.GG MCP Server

smithery badge

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.

opgg-mcp-lol-leaderboard opgg-mcp-esports

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), 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-leader-board: Get ranking board data for League of Legends champions.
  • lol-champion-analysis: Provides analysis data for League of Legends champions (counter and ban/pick data available in the "weakCounters" field).
  • lol-champion-meta-data: Retrieves meta data for a specific champion, including statistics and performance metrics.
  • lol-champion-skin-sale: Retrieves information about champion skins that are currently on sale.
  • lol-summoner-search: Search for League of Legends summoner information and stats.
  • lol-champion-positions-data: Retrieves position statistics data for League of Legends champions, including win rates and pick rates by position.
  • lol-summoner-game-history: Retrieve recent game history for a League of Legends summoner.
  • lol-summoner-renewal: Refresh and update League of Legends summoner match history and stats.

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-match-history: 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.

Direct Connection via StreamableHttp

If you want to connect directly to our StreamableHttp endpoint, you can use the supergateway 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

{
  "mcpServers": {
    "opgg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--streamableHttp",
        "https://mcp-api.op.gg/mcp"
      ]
    }
  }
}

Windows

{
  "mcpServers": {
    "opgg-mcp": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "supergateway",
        "--streamableHttp",
        "https://mcp-api.op.gg/mcp"
      ]
    }
  }
}

This configuration will use the supergateway package to establish a direct connection to our StreamableHttp endpoint, providing you with immediate access to all OP.GG data tools.

Installing via Smithery

To install OP.GG MCP for Claude Desktop automatically via Smithery:

$ npx -y @smithery/cli@latest install @opgginc/opgg-mcp --client claude --key {SMITHERY_API_KEY}

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

{
  "mcpServers": {
    "opgg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@opgginc/opgg-mcp",
        "--key",
        "{SMITHERY_API_KEY}"
      ]
    }
  }
}

Windows

{
  "mcpServers": {
    "opgg-mcp": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@opgginc/opgg-mcp",
        "--key",
        "{SMITHERY_API_KEY}"
      ]
    }
  }
}

After adding the configuration, restart Claude Desktop for the changes to take effect.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Tavily Mcp
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.