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

Installation

npx -y opendota-mcp-server

Configuration

{
  "mcpServers": {
    "opendota-mcp-server": {
      "command": "npx",
      "args": ["-y", "opendota-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub