Back to MCP Servers
Opendota
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.
gamingapiai
By hkaanengin
Installation
npx -y opendota-mcp-serverConfiguration
{
"mcpServers": {
"opendota-mcp-server": {
"command": "npx",
"args": ["-y", "opendota-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes