Add your description here
Project description
Valorant MCP Server
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.
Tools
| Tool | Description |
|---|---|
get_player_info |
Fetch basic account info for a Riot ID |
get_match_history |
Recent match history with stats for you and teammates (competitive by default; also supports unrated, deathmatch, swiftplay, spikerush, premier) |
get_match_details |
Full breakdown of a specific match. summary view (default): per-player stats, team totals, kill list, round results, economy. narrative view: round-by-round timeline with named map zones (A Site, Mid, B Long, etc.) and event tags (entry, first_blood, trade, rotation) |
get_agent_stats |
Aggregated per-agent stats: win rate, avg KDA, avg score |
get_map_stats |
Aggregated per-map stats: win rate, avg score |
get_weapon_stats |
Weapon usage stats: kills per weapon, usage percentage |
get_rank_progression |
Current rank, elo, peak rank, and season history |
Setup
Prerequisites
- uv package manager:
curl -LsSf https://astral.sh/uv/install.sh | sh
(Windows:powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex") - A Henrik API key
Claude Code
claude mcp add valorant-analyzer -e HENRIK_API_KEY=your-key-here -- uvx valorant-mcp
Claude Desktop
Add to your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"valorant-analyzer": {
"command": "uvx",
"args": ["valorant-mcp"],
"env": {
"HENRIK_API_KEY": "your-key-here"
}
}
}
}
Local Development
git clone https://github.com/SeijiMatsumoto/valorant-mcp.git
cd valorant-mcp
uv sync
Create a .env file in the project root:
HENRIK_API_KEY=your-api-key-here
Run the server
uv run valorant-mcp
Test with MCP Inspector
mcp dev src/valorant_mcp/server.py
Run tests
uv run pytest src/valorant_mcp/tests/ -v
Tech Stack
- MCP Python SDK (FastMCP) — server framework
- httpx — async HTTP client
- Pydantic — data validation
- uv — package management
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file valorant_mcp-0.3.4.tar.gz.
File metadata
- Download URL: valorant_mcp-0.3.4.tar.gz
- Upload date:
- Size: 553.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f1e192d18c2ac843cf585bc5510395206a50582a87d1a43869f42615b8ca31c
|
|
| MD5 |
73f93bca7feb68a60bfe198d00e46c69
|
|
| BLAKE2b-256 |
594d8655837a4e7e5195f0af80b9596a92396865074b004f9a97c0e4868c68fe
|
File details
Details for the file valorant_mcp-0.3.4-py3-none-any.whl.
File metadata
- Download URL: valorant_mcp-0.3.4-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de515df33ca767e74ea4d457b7ba9a51eaffa5a2d1f63261ac6be69f6c6c6b57
|
|
| MD5 |
e81c3a0f691a487ec797623068f4a240
|
|
| BLAKE2b-256 |
87f42ac0f7f148978165c85744757adb9d12fb884d5c8d4dc4bc2d6de96597f5
|