tft-mcp-server
6
The TFT MCP Server provides TFT game data access through a Model Context Protocol (MCP) server. It offers tools to retrieve match history and detailed match information using Riot's API, and is developed in TypeScript using the MCP SDK.
TFT MCP Server
This is a Model Context Protocol (MCP) server for Team Fight Tactics (TFT) that provides access to TFT game data through various tools.
Features
- Get match history for a summoner
- Get detailed information about specific TFT matches
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
- Riot Games API Key - Obtain from Riot Games Developer Portal
Usage
- Configure the MCP server in your Claude Desktop config file.
- The server will run on stdio and provide tools such as match history retrieval and match detail access.
Development
The project is written in TypeScript and uses the Model Context Protocol SDK. Make changes in the src
directory, compile, and test the changes.