sseMITupdated 2mo ago
TFT data & AI-powered coaching for Claude Desktop, Claude Code & MCP-compatible AI assistants.
What can you do with mcp server tft?
Teamfight Tactics MCP Server - AI Game Analysis
TFT data & AI-powered coaching for Claude Desktop, Claude Code & MCP-compatible AI assistants.
What does it do?
Teamfight Tactics MCP Server connects AI assistants to TFT data via the Riot Games API. 10 tools for player profiles, ranked stats, match history, composition analysis, augment optimization, live game detection - plus AI-powered performance coaching.
TFT is a game of decision-making under pressure. This server lets AI do the heavy lifting: it reads your match history, analyzes your comps, and gives you actionable coaching advice tailored to your rank and playstyle.
Available Tools
| Tool | Description |
|---|---|
tft_get_account |
Get account info by Riot ID |
tft_get_ranked |
Get ranked stats (tier, rank, LP, wins/losses) |
tft_get_player_profile |
Get complete player profile in one call |
tft_get_match_history |
Get recent match history |
tft_get_match_details |
Get detailed match info (comps, augments, items) |
tft_get_live_game |
Check if a player is currently in a TFT match |
tft_analyze_performance |
Analyze recent performance with recommendations |
tft_analyze_composition |
Analyze trait synergies, unit choices & item builds |
tft_get_improvement_tips |
Get personalized improvement tips |
tft_compare_players |
Compare TFT stats between two players |
Key Features
- Composition Analysis: AI examines trait synergies, unit choices, item builds, augment selections
- Augment Optimization: Track which augments you win with and which cost you LP
- Data Dragon Integration: Unit, trait, item, and augment names automatically resolved
- Intelligent Caching: Smart TTL-based caching to reduce API calls
- 16 Regions: EUW, NA, KR, BR, LA, OC, TR, RU, JP, PH, SG, TH, TW, VN, and more
Quick Start
- Get your Apify API Token
- Add a custom MCP connector:
https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp?token=YOUR_APIFY_TOKEN
- Ask Claude: "Analyze my last 10 TFT games, I'm YourName#EUW"
Pricing
Pay-per-event on Apify. $5 free credits/month included.
Links
- Apify Store: TFT MCP Server
- Full documentation: See the Apify Store page for detailed README, output examples, and troubleshooting
License
MIT
Install
Add mcp server tft to your client. Pick the one you use.
claude mcp add --transport sse mcp-server-tft https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcpcodex mcp add mcp-server-tft --url https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp{
"mcpServers": {
"mcp-server-tft": {
"url": "https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-server-tft": {
"type": "sse",
"url": "https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-server-tft": {
"url": "https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-tft": {
"serverUrl": "https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
mcp server tft exposes 10 tools to a connected agent.
- tft_get_account
- Get account info by Riot ID
- tft_get_ranked
- Get ranked stats (tier, rank, LP, wins/losses)
- tft_get_player_profile
- Get complete player profile in one call
- tft_get_match_history
- Get recent match history
- tft_get_match_details
- Get detailed match info (comps, augments, items)
- tft_get_live_game
- Check if a player is currently in a TFT match
- tft_analyze_performance
- Analyze recent performance with recommendations
- tft_analyze_composition
- Analyze trait synergies, unit choices & item builds
- tft_get_improvement_tips
- Get personalized improvement tips
- tft_compare_players
- Compare TFT stats between two players
Score
66 / 100
Good
- Documentation17/25
- Maintenance16/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.20Latest | Mar 19, 2026 |