MCP.so
登录

TFT MCP Server

@GeLi2001

关于 TFT MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

GeLi2001

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tft-mcp": {
      "command": "npx",
      "args": [
        "mcp-server-tft",
        "--apiKey",
        "<YOUR_RIOT_API_KEY>",
        "--gameName",
        "<YOUR_GAME_NAME>",
        "--tagLine",
        "<YOUR_TAG_LINE>"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is TFT MCP Server?

A Model Context Protocol (MCP) server for Team Fight Tactics (TFT) that provides access to TFT game data through tools like match history and match details. It integrates with the Riot Games API and is intended for players or analysts who want to retrieve TFT match data programmatically.

How to use TFT MCP Server?

Configure the server in your Claude Desktop config file (claude_desktop_config.json) using npx mcp-server-tft with --apiKey, --gameName, and --tagLine arguments. After configuration, the server runs on stdio and exposes two tools: tft_match_history (optional count and start parameters) and tft_match_details (required matchId parameter).

Key features of TFT MCP Server

  • Get match history for a summoner
  • Get detailed information about specific TFT matches
  • Supports pagination with count and start parameters
  • Built on the Model Context Protocol (MCP) SDK
  • Written in TypeScript

Use cases of TFT MCP Server

  • Retrieve a player’s recent TFT match history for performance analysis
  • Examine detailed stats of a particular TFT match (e.g., compositions, placements)
  • Build automated tools or dashboards that consume TFT game data
  • Integrate TFT data into MCP-compatible AI assistants like Claude Desktop

FAQ from TFT MCP Server

What are the prerequisites to run the server?

Node.js v14 or higher, npm or yarn, a Riot Games API Key, and your Riot Game Name and Tagline (e.g., NA1) from the Riot game console.

How do I get a Riot Games API Key?

Obtain a temporary key from the Riot Games Developer Portal (expires in 24 hours) or apply for a permanent personal API key via the Application Portal for production use.

Where do I configure the server for Claude Desktop?

On macOS at ~/Library/Application Support/Claude/claude_desktop_config.json, on Windows at %APPDATA%/Claude/claude_desktop_config.json.

What tools does the server provide?

tft_match_history (returns match list; optional count defaulting to 20, optional start defaulting to 0) and tft_match_details (returns detailed match info; requires matchId). Both operate over stdio transport.

Does the server require any authentication beyond the API key?

The API key is passed as a command-line argument; no other authentication mechanism is mentioned.

评论

其他 分类下的更多 MCP 服务器