PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversdocumentation-accessriot-docs-mcp
返回「documentation-access」

riot-docs-mcp

modelscope·@chirpon9/riot-docs-mcp

documentation-access0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

riot-docs

smithery badge

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

  1. list_available_docs() - Lists all 33 available Riot API endpoint documentation files

  2. 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

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}"
      ]
    }
  }
}

相关 MCP Servers(来自「documentation-access」)

context7

暂无描述。

@2511319/context7

MCP PDF阅读器

赋予AI代理在项目背景下使用灵活的MCP工具安全读取和提取PDF文件中的信息(文本、元数据、页数)的能力。

@sylphxltd/pdf-reader-mcp

teddylee777

暂无描述。

@teddylee777/mcpdoc

pubnub

暂无描述。

@pubnub/pubnub-mcp-server

dulbrich

暂无描述。

@dulbrich/familysearch-mcp

prashalruchiranga

暂无描述。

@prashalruchiranga/arxiv-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/chirpon9-riot-docs-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

### Option 2: **Mac:** ```json { "mcpServers": { "riot-docs-mcp": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@chirpon9/riot-docs-mcp", "--key", "{SMITHERY API KEY}" ] } } }

基本信息

分类
documentation-access / games-and-gamification / api-testing
运行方式
No
许可证
Unknown
详情文件
chirpon9-riot-docs-mcp.md