Riot Games API Documentation
Provides access to Riot Games API documentation for multiple games including League of Legends, Teamfight Tactics, Valorant, and Legends of Runeterra, enabling retrieval of endpoint documentation, parameters, and response formats.
Click on "Deploy 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., "@Riot Games API Documentationshow me the match-v5 endpoint documentation"
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.
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 filesget_endpoint_docs(filename: str)- Retrieves the full documentation for a specific endpointExample:
get_endpoint_docs("match-v5.md")Returns complete API documentation including endpoints, parameters, and response formats
Related MCP server: Fortnox Doc MCP
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}"
]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Provides access to Google's public developer documentation.
Live Steam Market API docs, schemas, products, games, markets and endpoint search.
Provides access to Avalara developer documentation, integration guides, and code examples
Official TheRundown API documentation search. No live data or authenticated Product API calls.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides intelligent access to OPTA football API documentation with automatic authentication, allowing users to query specific endpoint documentation and get answers about soccer match data, events, fixtures, and statistics through natural language.6-
- AlicenseAqualityDmaintenanceProvides comprehensive documentation for 377 Fortnox API endpoints and 81 resource categories directly from the official OpenAPI specification. It enables users to search, browse, and explore technical endpoint details and data schemas within AI assistants without requiring authentication.76 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to search and retrieve detailed documentation for the Kiwoom REST API, including parameters, categories, and code examples. It enables LLMs to generate request snippets in multiple programming languages to facilitate financial trading API integration.-
- FlicenseNot gradedqualityBmaintenanceEnables searching and fetching documentation pages from a wide range of programming languages, frameworks, game engines, and tools. Supports multiple sources and returns relevant documentation snippets.1-