valorant-mcp

SeijiMatsumoto/valorant-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server for Valorant match analysis using Henrik's API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "valorant-mcp": {
      "command": "uvx",
      "args": [
        "valorant-mcp"
      ]
    }
  }
}

Or install with pip: pip install valorant-mcp

README Excerpt

An MCP (Model Context Protocol) server that exposes Valorant match analysis tools. Connect it to Claude (or any MCP-compatible client) to fetch and analyze player stats, match history, agent performance, and more. Powered by [Henrik's Unofficial Valorant API](https://docs.henrikdev.xyz/valorant/general).

Tools (7)

get_agent_statsget_map_statsget_match_detailsget_match_historyget_player_infoget_rank_progressionget_weapon_stats