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
tft-mcp-server 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。