hkaanengin/opendota-mcp-server
by Various
MCP server providing AI assistants with access to Dota 2 statistics via OpenDota API. 20+ tools for player stats, hero data, and match analysis with natural language support.
MCP
hkaanengin/opendota-mcp-server
Added 1 June 2026
Overview
An MCP server that connects AI assistants to Dota 2 statistics through the OpenDota API. It exposes over 20 tools for querying player stats, hero data, and match analysis using natural language.
Best for
Best for
Developers building AI assistants that need to answer Dota 2 stat questions conversationally
Use cases
- Ask for a player’s recent match history and performance stats
- Get hero-specific win rates and pick/ban data
- Analyze specific match details like team compositions and timings
How to use
Install
pip install -e ".[dev]" Tools exposed
get_player_infoget_player_win_lossget_heroes_playedget_player_peersget_player_totalsget_player_histogramsget_heroesget_hero_matchupsget_hero_item_popularityget_hero_statsget_match_detailsget_parsed_match_detailsget_player_recent_matchesget_hero_id_by_nameget_hero_by_idconvert_lane_name_to_idresolve_time_namesearch_playersget_constantsget_player_counts
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "opendota": {\n "command": "/path/to/your/opendota-mcp-server/.venv/bin/opendota-mcp"\n }\n }\n} Notes
An MCP server that connects AI assistants to Dota 2 statistics through the OpenDota API. It exposes over 20 tools for querying player stats, hero data, and match analysis using natural language.
2 stars on GitHub. Last updated 2026-01-28.
Use cases
- Ask for a player’s recent match history and performance stats
- Get hero-specific win rates and pick/ban data
- Analyze specific match details like team compositions and timings
Pros
- Gives AI direct access to rich Dota 2 match and player data
- Natural language interface reduces need for manual API calls
- Small, focused codebase in Python, easy to inspect
Cons
- Only 2 GitHub stars, indicating very limited community use or validation
- Relies on the external OpenDota API, which has rate limits and may change
- No authentication or user-specific setup, limits tailored queries
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Gives AI direct access to rich Dota 2 match and player data
- Natural language interface reduces need for manual API calls
- Small, focused codebase in Python, easy to inspect
Cons
- Only 2 GitHub stars, indicating very limited community use or validation
- Relies on the external OpenDota API, which has rate limits and may change
- No authentication or user-specific setup, limits tailored queries
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.