Skip to main content
Glama

TFT MCP Server

TFT MCP 服务器

这是 Team Fight Tactics (TFT) 的模型上下文协议 (MCP) 服务器,可通过各种工具访问 TFT 游戏数据。

特征

  • 获取召唤师的比赛历史记录
  • 获取有关特定 TFT 比赛的详细信息

先决条件

  • Node.js(v14 或更高版本)
  • npm 或 yarn
  • Riot Games API 密钥(用于访问 TFT 数据)- 从Riot Games 开发者门户获取
    • 注意:对于开发,您可以使用 24 小时后过期的临时 API 密钥
    • 对于生产用途,您需要在Riot 的应用程序门户申请永久个人 API 密钥
  • 您的游戏名称,可通过 Riot 游戏机访问
  • 您的姓名标语,可通过 Riot 游戏主机访问,通常紧跟/显示在游戏名称之后。例如: NA1

用法

  1. 在您的 Claude Desktop 配置文件中配置 MCP 服务器:

MacOS

位置: ~/Library/Application Support/Claude/claude_desktop_config.json

视窗

位置: %APPDATA%/Claude/claude_desktop_config.json

添加以下配置:

{ "mcpServers": { "tft-mcp": { "command": "npx", "args": [ "mcp-server-tft", "--apiKey", "<YOUR_RIOT_API_KEY>", "--gameName", "<YOUR_GAME_NAME>", "--tagLine", "<YOUR_TAG_LINE>" ] } } }
  1. 该服务器将在 stdio 上运行并提供以下工具:

tft_match_history

获取当前玩家的 TFT 比赛历史记录。

参数:

  • count (可选):要检索的匹配项数量。默认为 20
  • start (可选):分页的起始索引。默认为 0

tft_match_details

获取有关特定 TFT 比赛的详细信息。

参数:

  • matchId (必需):获取详细信息的匹配 ID

发展

该项目使用 TypeScript 编写,并使用了模型上下文协议 SDK。要修改代码:

  1. src目录中进行更改
  2. 运行npm run build进行编译
  3. 使用所需参数运行npm start来测试更改

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该服务器使 Claude 能够访问 Team Fight Tactics (TFT) 游戏数据,允许用户通过 Riot Games API 检索比赛历史和详细比赛信息。

  1. 特征
    1. 先决条件
      1. 用法
        1. MacOS
        2. 视窗
        3. tft\_match\_history
        4. tft\_match\_details
      2. 发展
        1. 执照

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
            Last updated -
            1
            5
            Python
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.
            Last updated -
            7
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            Connect AI agents to OP.GG Esports data and retrieve upcoming League of Legends match schedules effortlessly. Access structured match information through a standardized interface, enhancing your AI's capabilities with real-time esports data.
            Last updated -
            1
            TypeScript
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server that allows Claude to search and display Pokemon Trading Card Game cards with filtering by attributes like name, type, legality, and statistics.
            Last updated -
            4
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/GeLi2001/tft-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server