Winrate home

Use Winrate in Claude, ChatGPT & Cursor

Winrate's MCP server lets AI assistants query Winrate's data with SQL, and look up players. It reads the same millions of ranked games as the SQL console on winrate.gg. It's free, read-only and needs no account.

Server URL

https://winrate.gg/mcp

Once it's connected, ask things like “Which mid laners have the highest win rate this patch?” or “How has Faker#KR1 been playing lately?”

Claude

On claude.ai or in Claude Desktop, open Customize > Connectors, click + and then Add custom connector, paste the server URL and click Add. Free plans can add one custom connector.

In Claude Code, run:

claude mcp add --transport http winrate https://winrate.gg/mcp

ChatGPT

Custom apps need developer mode, which is on the web for Plus, Pro, Business, Enterprise and Education plans. Turn it on in Settings > Security and login > Developer mode, then open Plugins, click + to create an app, paste the server URL and choose No authentication.

Cursor

Add to Cursor

Or add Winrate to your mcp.json:

{
  "mcpServers": {
    "winrate": {
      "url": "https://winrate.gg/mcp"
    }
  }
}