riot-docs-mcp
Browse and retrieve Riot API endpoint documentation without leaving your workflow. List available docs and fetch full details for specific endpoints like match-v5 or summoner-v4. Accelerate development by keeping trusted references at your fingertips.
Ask AI about riot-docs-mcp
Powered by Claude · Grounded in docs
I know everything about riot-docs-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
riot-docs
MCP server providing access to Riot Games API documentation for League of Legends, Teamfight Tactics, Valorant, Legends of Runeterra, and more.
Features
This server provides two tools to access Riot API documentation:
Tools
-
list_available_docs()- Lists all 33 available Riot API endpoint documentation files -
get_endpoint_docs(filename: str)- Retrieves the full documentation for a specific endpoint- Example:
get_endpoint_docs("match-v5.md") - Returns complete API documentation including endpoints, parameters, and response formats
- Example:
Installation
Usage with claude desktop
{
"mcpServers": {
"riot-docs": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/riot-docs",
"run",
"riot_docs_server"
]
}
}
}
Option 2:
Mac:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{SMITHERY API KEY}"
]
}
}
}
Windows:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{smithery api key}"
]
}
}
}
