Valorant MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Valorant MCP Serverget match history for Dark#1234"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Fetch basic account info for a Riot ID |
| Recent match history with stats for you and teammates (competitive by default; also supports unrated, deathmatch, swiftplay, spikerush, premier) |
| Full breakdown of a specific match. |
| Aggregated per-agent stats: win rate, avg KDA, avg score |
| Aggregated per-map stats: win rate, avg score |
| Weapon usage stats: kills per weapon, usage percentage |
| Current rank, elo, peak rank, and season history |
Related MCP server: League of Legends MCP Server
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")
Claude Code
claude mcp add valorant-analyzer -e HENRIK_API_KEY=your-key-here -- uvx valorant-mcpClaude Desktop
Add to your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.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 syncCreate a .env file in the project root:
HENRIK_API_KEY=your-api-key-hereRun the server
uv run valorant-mcpTest with MCP Inspector
mcp dev src/valorant_mcp/server.pyRun tests
uv run pytest src/valorant_mcp/tests/ -vTech Stack
MCP Python SDK (FastMCP) — server framework
httpx — async HTTP client
Pydantic — data validation
uv — package management
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that provides access to League of Legends statistics via the SportData.io API, allowing agents to query and analyze LoL competitive gaming data.
- AlicenseBqualityAmaintenanceMCP server exposing 30 tools for League of Legends player analysis, match review, and training-plan generation.3514MIT
- Flicense-qualityDmaintenanceMCP server for Valorant esports that enables querying match schedules, live results, AI-powered analysis, and setting reminders.
- Alicense-qualityBmaintenanceProvides VALORANT account and match data through HenrikDev's API. Enables querying profile, recent competitive matches, and match details.1MIT
Related MCP Connectors
MCP server exposing live Helldivers 2 galactic war data.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SeijiMatsumoto/valorant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server