TFT
About
Integration for Team Fight Tactics (TFT) that provides access to TFT game data through various tools.
Details
- Author
- geli2001
- Repository
- GeLi2001/tft-mcp-server
- GitHub stars
- 8
- Downloads
- 1,197
- Categories
- Cloud Service, Other, API, Workplace, Developer Tools, AI, Communication, Knowledge Base, Infrastructure
- Tags
- #integration
Jump to
- Get match history for a summoner
- Get detailed information about specific TFT matches
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
TFTCommand (node, npx, python, etc.)npxArguments-
Argument 1
mcp-server-tft -
Argument 2
--apiKey -
Argument 3
<YOUR_RIOT_API_KEY> -
Argument 4
--gameName -
Argument 5
<YOUR_GAME_NAME> -
Argument 6
--tagLine -
Argument 7
<YOUR_TAG_LINE>
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. Configure the MCP server in your Claude Desktop config file:
tft_match_history
Get TFT match history for the current player. Parameters: count (optional, defaults to 20), start (optional, defaults to 0)
tft_match_details
Get detailed information about a specific TFT match. Parameters: matchId (required, the match ID to get details for)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tft": {
"env": {},
"args": [
"mcp-server-tft",
"--apiKey",
"<YOUR_RIOT_API_KEY>",
"--gameName",
"<YOUR_GAME_NAME>",
"--tagLine",
"<YOUR_TAG_LINE>"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"mcp-server-tft",
"--apiKey",
"<YOUR_RIOT_API_KEY>",
"--gameName",
"<YOUR_GAME_NAME>",
"--tagLine",
"<YOUR_TAG_LINE>"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"mcp-server-tft",
"--apiKey",
"<YOUR_RIOT_API_KEY>",
"--gameName",
"<YOUR_GAME_NAME>",
"--tagLine",
"<YOUR_TAG_LINE>"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"mcp-server-tft",
"--apiKey",
"<YOUR_RIOT_API_KEY>",
"--gameName",
"<YOUR_GAME_NAME>",
"--tagLine",
"<YOUR_TAG_LINE>"
],
"command": "cmd"
}
Access Team Fight Tactics (TFT) game data using the Riot Games API.
This is a Model Context Protocol (MCP) server for Team Fight Tactics (TFT) that provides access to TFT game data through various tools.
- Get match history for a summoner
- Get detailed information about specific TFT matches
- Node.js (v14 or higher)
- npm or yarn
- Riot Games API Key (for accessing TFT data) - Get it fromRiot Games Developer Portal
- Note: For development, you can use a temporary API key that expires in 24 hours
- For production use, you'll need to apply for a permanent personal API key atRiot's Application Portal
- Configure the MCP server in your Claude Desktop config file:
Location:~/Library/Application Support/Claude/claude_desktop_config.json
Location:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "tft-mcp": { "command": "npx", "args": [ "mcp-server-tft", "--apiKey", "<YOUR_RIOT_API_KEY>", "--gameName", "<YOUR_GAME_NAME>", "--tagLine", "<YOUR_TAG_LINE>" ] } } }
- The server will run on stdio and provide the following tools:
Get TFT match history for the current player.
- count(optional): Number of matches to retrieve. Defaults to 20
- start(optional): Start index for pagination. Defaults to 0
Get detailed information about a specific TFT match.
- matchId(required): The match ID to get details for
The project is written in TypeScript and uses the Model Context Protocol SDK. To modify the code:
- Make changes in thesrcdirectory
- Runnpm run buildto compile
- Runnpm startwith the required parameters to test changes
Access player data, game records, and public information from Chess.com's Published Data API.
Interact with the EVE Online ESI API to access game data and services.
An MCP server for interacting with the EVE Online ESI (EVE Swagger Interface) API.
Connects Large Language Models (LLMs) with Guild Wars 2 data sources. Requires a Guild Wars 2 API key for wallet functionality.
Access NEXON MapleStory open API data for character info, union details, guild data, rankings, and game mechanics.
Fetches Pokémon data from the PokeAPI and exposes it through a standardized MCP interface.
Interact with Twelve Data APIs to access real-time and historical financial market data for your AI agents.
Access real-time and historical stock market data from the Alpha Vantage API.
Access real-time financial data, including stock prices, forex rates, and cryptocurrencies from Alpha Vantage.
Geographic data, live exchange rates, and IP geolocation for Claude Desktop, Cursor, and any MCP-compatible AI assistant.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





