Ge Li/tft-mcp-server
Built by Metorial, the integration platform for agentic AI.
Ge Li/tft-mcp-server
Server Summary
Retrieve match history for a summoner
Get detailed information about specific TFT matches
This is a Model Context Protocol (MCP) server for Team Fight Tactics (TFT) that provides access to TFT game data through various tools.
NA1
Location: ~/Library/Application Support/Claude/claude_desktop_config.json
Location: %APPDATA%/Claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"tft-mcp": {
"command": "npx",
"args": [
"mcp-server-tft",
"--apiKey",
"",
"--gameName",
"",
"--tagLine",
""
]
}
}
}
Get TFT match history for the current player.
Parameters:
count
(optional): Number of matches to retrieve. Defaults to 20start
(optional): Start index for pagination. Defaults to 0Get detailed information about a specific TFT match.
Parameters:
matchId
(required): The match ID to get details forThe project is written in TypeScript and uses the Model Context Protocol SDK. To modify the code:
src
directorynpm run build
to compilenpm start
with the required parameters to test changesMIT