OP.GG MCP Server
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.
README
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.
Installing via Smithery
To install OP.GG MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @opgginc/opgg-mcp --client claude
Adding to MCP Configuration
Note: If you've cloned the repository or made any changes to the code, you may need to build the project first by running npm run build before adding it to your MCP configuration.
For Claude Desktop
To add this server to your Claude Desktop MCP configuration, add the following entry to your claude_desktop_config.json file:
{
"mcpServers": {
"opgg-mcp": {
"command": "node",
"args": ["/path/to/opgg-mcp/dist/index.js"]
}
}
}
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:
{
"mcpServers": {
"opgg-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-api.op.gg/mcp/sse"
]
}
}
}
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
{
"method": "tools/list",
"params": {}
}
Response:
{
"tools": [
{
"name": "lol-champion-analysis",
"description": "Fetch analysis data for a specific champion"
},
{
"name": "lol-champion-leader-board",
"description": "Fetch that champion's rank"
},
{
"name": "esports-lol-schedules",
"description": "Get upcoming LoL match schedules"
},
{
"name": "esports-lol-team-standings",
"description": "Get team standings for a LoL league"
},
{
"name": "tft-meta-trend-deck-list",
"description": "TFT deck list tool for retrieving current meta decks"
},
{
"name": "tft-meta-item-combinations",
"description": "TFT tool for retrieving information about item combinations and recipes"
},
{
"name": "tft-champion-item-build",
"description": "TFT tool for retrieving champion item build information"
},
{
"name": "tft-recommend-champion-for-item",
"description": "TFT tool for retrieving champion recommendations for a specific item"
},
{
"name": "tft-play-style-comment",
"description": "This tool provides comments on the playstyle of TFT champions"
},
{
"name": "valorant-meta-maps",
"description": "Valorant map meta data"
},
{
"name": "valorant-meta-characters",
"description": "Valorant character meta data"
},
{
"name": "valorant-leaderboard",
"description": "Fetch Valorant leaderboard by region"
},
{
"name": "valorant-agents-composition-with-map",
"description": "Retrieve agent composition data for a Valorant map"
},
{
"name": "valorant-characters-statistics",
"description": "Retrieve character statistics data for Valorant, optionally filtered by map"
},
{
"name": "valorant-player-matches",
"description": "Retrieve match history for a Valorant player using their game name and tag line"
}
]
}
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。