
Mcp Server Tft
Wire Claude or Cursor to live Teamfight Tactics coaching—comps, augments, and climb tips—through a hosted MCP remote.
Overview
io.github.ebrunet001/mcp-server-tft is a Build-phase MCP server that exposes Teamfight Tactics AI coaching tools to agents via a remote SSE endpoint.
What is this MCP server?
- Remote MCP over SSE on Apify—no local stdio package required for basic use
- Composition analysis and augment optimization coaching for TFT
- Improvement tips surfaced as agent-callable tools for in-session strategy help
- Useful reference pattern for hobby MCP servers with hosted remotes
- Version 1.0.20 with GitHub source at ebrunet001/mcp-server-tft
- Server version 1.0.20 in registry metadata
- Transport: remote MCP via SSE (not stdio npm package in catalog entry)
- GitHub repository: ebrunet001/mcp-server-tft
What problem does it solve?
You want your coding agent to reason about TFT boards and augments without manually pasting screenshots and meta notes every decision.
Who is it for?
Indie builders experimenting with MCP remotes, TFT creators, or game-adjacent agent demos who already use Claude Code or Cursor with MCP.
Skip if: Solo founders focused purely on SaaS shipping, hiring, or infra who do not need game-specific agent tools.
What do I get? / Deliverables
After registering the remote MCP URL, your agent can call TFT coaching tools during chat for composition and augment guidance.
- Registered remote MCP connection in your agent config
- Callable TFT coaching tools from agent sessions
- Reference pattern for SSE-based third-party MCP servers
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the value is registering an MCP server that extends your coding agent with domain-specific game-analysis tools. agent-tooling fits remote SSE MCP endpoints you add to Claude Code, Cursor, or other MCP clients rather than shipping game code itself.
How it compares
Hosted game-coaching MCP remote, not a general-purpose agent skill or local devtools CLI.
Common Questions / FAQ
Who is io.github.ebrunet001/mcp-server-tft for?
It is for developers and players who want TFT strategy help inside an MCP-capable agent, or builders learning remote SSE MCP setup on Apify.
When should I use io.github.ebrunet001/mcp-server-tft?
Use it when you are drafting TFT comps, evaluating augments, or prototyping an agent that needs structured game-analysis tools over MCP.
How do I add io.github.ebrunet001/mcp-server-tft to my agent?
Add the remote MCP URL from the server registry (SSE type) in your client’s MCP config—Claude Code, Cursor, or another MCP host that supports remote servers.