Loading languages...
AS

asusevski/opendota-mcp-server

@asusevski4

A Model Context Protocol (MCP) server implementation for accessing OpenDota API data. This server enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and more through a standard interface.

dota2
opendota
game-statistics
llm-tool

# mcpServer Config

{
  "mcpServers": {
    "opendota": {
      "command": "wsl.exe",
      "args": [
        "--",
        "bash",
        "-c",
        "cd ~/opendota-mcp-server && source .venv/bin/activate && python src/opendota_server/server.py"
      ]
    }
  }
}

# stdio

python -m src.opendota_server.server
Transport:
stdio
Ngôn ngữ:
Python
Đã tạo:3/2/2025
Đã cập nhật:3/12/2025