About
Model Context Protocol Environment for WildRift Analytics
README
Windows Setup: (additional steps on https://modelcontextprotocol.io/quickstart/server#windows)
- uv venv
- source .venv/Scripts/activate
- make setup
- 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"
]
}
}
}
- 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:
- restart cluade desktop
- enable statsWR MCP server in the model setting
- interact with the model and verify MCP server is being used
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_serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare StatsWR with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
