Cover image
Try Now
2025-04-05

OP.GG ESPORTS MCP服务器

3 years

Works with Finder

2

Github Watches

0

Github Forks

3

Github Stars

OP.GG Esports MCP Server

smithery badge

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:

npx -y @smithery/cli install @opgginc/esports-mcp --client claude

Using npm/pnpm

# Install dependencies
pnpm install

# Build the project
pnpm build

Running the server

Using pnpm

# Start the MCP server on stdio
pnpm start

Using Node.js directly

# Start using Node.js
node dist/index.js

Using npx

# Run directly with npx
npx -y @opgg/esports-mcp

Adding 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

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • https://reddgr.com
  • Delivers concise Python code and interprets non-English comments

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • 1Panel-dev
  • 🔥1Panel提供了直观的Web接口和MCP服务器,用于在Linux服务器上管理网站,文件,容器,数据库和LLMS。

  • GeyserMC
  • 与Minecraft客户端/服务器通信的库。

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • awslabs
  • AWS MCP服务器 - 将AWS最佳实践直接带入您的开发工作流程的专门MCP服务器

  • modelcontextprotocol
  • 模型上下文协议服务器

    Reviews

    3 (1)
    Avatar
    user_MeRvBflp
    2025-04-17

    I've been using esports-mcp by opgginc, and it has truly enhanced my esports experience. The seamless integration and detailed analytics make it a must-have for any esports enthusiast. The ease of use and reliability ensure that I can stay on top of the games and matches I follow without any hassle. Highly recommended! Check it out at their GitHub.