Skip to main content
Glama

TFT MCP Server

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

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_マッチ履歴
        4. tft_match_details
      2. 発達
        1. ライセンス

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            The server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.
            Last updated -
            4
            18
            Python
            • Apple
          • A
            security
            A
            license
            A
            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 -
            16
            37
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Enables Claude to interact with FTP servers through natural language commands, allowing users to list directories, download/upload files, create directories, and delete files/directories on FTP servers.
            Last updated -
            6
            8
            JavaScript
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data, enabling AI assistants to retrieve player information, ranked stats, champion mastery, and match summaries through natural language queries.
            Last updated -
            15
            Python
            MIT License
            • Apple

          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