Command Palette

Search for a command to run...

UnylyUnyly
Browse all

StatsWR

FreeNot checked

Model Context Protocol Environment for WildRift Analytics

GitHubEmbed

About

Model Context Protocol Environment for WildRift Analytics

README

Windows Setup: (additional steps on https://modelcontextprotocol.io/quickstart/server#windows)

  1. uv venv
  2. source .venv/Scripts/activate
  3. make setup
  4. update claude_desktop_config.json:
{
  "mcpServers": {
    "statsWR": {
      "command": "/Path/to/uv",
      "args": [
        "--directory",
        "/Path/to/Project/Root/Directory",
        "run",
        "mcp_src/statsWR_mcp_server.py"
      ]
    }
  }
}
  1. create and setup .env file in the project's root directory
STATSWR_API_BASE_URL = <STATSWR OFFICIAL API BASE URL>/api/v1
DEFAULT_TIMEOUT = 60
PORT = 18517
...

Local Testing:

  1. restart cluade desktop
  2. enable statsWR MCP server in the model setting
  3. interact with the model and verify MCP server is being used

from github.com/HuiDiHu/statsWR_mcp_server

Installing StatsWR

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/HuiDiHu/statsWR_mcp_server

FAQ

Is StatsWR MCP free?

Yes, StatsWR MCP is free — one-click install via Unyly at no cost.

Does StatsWR need an API key?

No, StatsWR runs without API keys or environment variables.

Is StatsWR hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install StatsWR in Claude Desktop, Claude Code or Cursor?

Open StatsWR on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare StatsWR with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs