Community Servers · MODEL CONTEXT PROTOCOL
tft-mcp-server
tft-mcp-server is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
What tft-mcp-server gives an AI Agent
- 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 from [Riot Games Developer Portal](https://developer.riotgames.com/)
- 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 at [Riot's Application Portal](https://developer.riotgames.com/app-type)
- Your Game Name, accessed from your Riot game console
- Your Name Tagline, accessed from your Riot game console, which is usually followed/shown right after your Game Name. For example: `NA1`
- Configure the MCP server in your Claude Desktop config file:
- The server will run on stdio and provide the following tools:
- `count` (optional): Number of matches to retrieve. Defaults to 20
- `start` (optional): Start index for pagination. Defaults to 0
- `matchId` (required): The match ID to get details for
- Make changes in the `src` directory
- Run `npm run build` to compile
- Run `npm start` with the required parameters to test changes
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.