valorant-mcp

JKemay/valorant-mcp
★ 0 stars Python AI/LLM Updated today
MCP server exposing Valorant match data, ranks, leaderboards, and esports schedules as tools for Claude via the Henrik unofficial API
View on GitHub → 🔍 Audit Wallet Slippage →

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

Small MCP server that exposes Valorant match data, ranks, and esports schedules as tools an LLM can call. Wraps the unofficial Henrik API (`api.henrikdev.xyz`). Not affiliated with Riot Games or HenrikDev. The API is community-run, not Riot endorsed. - `lookup_account(name, tag)` -> puuid, region, level

Tools (1)

mcpServers