TFT MCP Server
by GeLi2001
The TFT MCP Server provides access to Team Fight Tactics (TFT) game data through various tools using the Model Context Protocol (MCP). It allows users to retrieve match history and detailed information about specific TFT matches.
Last updated: N/A
What is TFT MCP Server?
This is a Model Context Protocol (MCP) server for Team Fight Tactics (TFT) that allows users to access TFT game data.
How to use TFT MCP Server?
To use this server, you need to configure it in your Claude Desktop config file (either on MacOS or Windows) with your Riot Games API key, Game Name, and Tagline. The server runs on stdio and provides tools like tft_match_history
and tft_match_details
.
Key features of TFT MCP Server
Get match history for a summoner
Get detailed information about specific TFT matches
Uses Riot Games API
Provides tools for data retrieval
Use cases of TFT MCP Server
Analyzing personal TFT match history
Retrieving details of specific TFT matches for research
Integrating TFT data into other applications
Developing TFT-related tools and services
FAQ from TFT MCP Server
What is an MCP server?
What is an MCP server?
MCP stands for Model Context Protocol. It's a protocol for accessing data from various sources.
Where do I get a Riot Games API key?
Where do I get a Riot Games API key?
You can get a Riot Games API key from the Riot Games Developer Portal.
What is my Game Name and Tagline?
What is my Game Name and Tagline?
Your Game Name and Tagline can be found in your Riot game console.
How do I configure the server?
How do I configure the server?
You need to add the server configuration to your Claude Desktop config file, specifying the command and arguments including your API key, Game Name, and Tagline.
What tools are available?
What tools are available?
The server provides tools like tft_match_history
to get match history and tft_match_details
to get detailed information about specific TFT matches.