Teamfight Tactics MCP Server — AI game analysis & coaching (10 tools). Hosted on Apify.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-tft": {
"command": "npx",
"args": [
"-y",
"ebrunet001/mcp-server-tft"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-tft npx -y ebrunet001/mcp-server-tft
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-tft": {
"command": "npx",
"args": [
"-y",
"ebrunet001/mcp-server-tft"
]
}
}
}