hkaanengin/opendota-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/hkaanengin/opendota-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"opendota-mcp-server": {
"command": "npx",
"args": [
"-y",
"hkaanengin/opendota-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.