TFT MCP Server

Integrations

  • Provides access to Team Fight Tactics (TFT) game data, allowing users to retrieve match history for summoners and get detailed information about specific TFT matches through the Riot Games API.

TFT MCP サーバー

これは、さまざまなツールを通じて TFT ゲーム データへのアクセスを提供する Team Fight Tactics (TFT) の Model Context Protocol (MCP) サーバーです。

特徴

  • 召喚者の試合履歴を取得する
  • 特定のTFT試合の詳細情報を取得する

前提条件

  • Node.js (v14以上)
  • npmまたはyarn
  • Riot Games APIキー(TFTデータへのアクセス用) - Riot Games開発者ポータルから入手
    • 注: 開発には、24時間で期限切れになる一時的なAPIキーを使用できます。
    • 本番環境での使用には、 Riotのアプリケーションポータルで永続的な個人APIキーを申請する必要があります。
  • 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_マッチ履歴

現在のプレイヤーの TFT 試合履歴を取得します。

パラメータ:

  • count (オプション): 取得する一致の数。デフォルトは20
  • start (オプション): ページ区切りの開始インデックス。デフォルトは0

tft_match_details

特定の TFT マッチに関する詳細情報を取得します。

パラメータ:

  • matchId (必須): 詳細を取得する試合ID

発達

このプロジェクトはTypeScriptで記述されており、Model Context Protocol SDKを使用しています。コードを変更するには、以下の手順に従います。

  1. srcディレクトリに変更を加える
  2. npm run buildを実行してコンパイルする
  3. 変更をテストするには、必要なパラメータを指定してnpm startを実行します。

ライセンス

マサチューセッツ工科大学

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

このサーバーにより、Claude は Team Fight Tactics (TFT) ゲーム データにアクセスできるようになり、ユーザーは Riot Games API を通じて試合履歴や詳細な試合情報を取得できるようになります。

  1. 特徴
    1. 前提条件
      1. 使用法
        1. macOS
        2. ウィンドウズ
        3. tft_マッチ履歴
        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

          ID: hfcig2972c