防暴队
](https://smithery.ai/server/@chirpon9/riot-docs-mcp)
MCP服务器提供对英雄联盟、团队对抗战术、Valorant、Runeterra传奇等Riot Games API文档的访问。
特性
此服务器提供了两种访问Riot API文档的工具:
工具
list_available_docs()-列出所有33个可用的Riot API端点文档文件
get_endpoint_docs(filename: str)-检索特定终结点的完整文档
- 例子: get_endpoint_docs("match-v5.md") - 返回完整的API文档,包括端点、参数和响应格式
安装
配合claude桌面使用
{
"mcpServers": {
"riot-docs": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/riot-docs",
"run",
"riot_docs_server"
]
}
}
}选项2:
雨衣:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{SMITHERY API KEY}"
]
}
}
}窗户:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{smithery api key}"
]
}
}
}