HuiDiHu/statsWR_mcp_server
3.3
If you are the rightful owner of statsWR_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server for statsWR is designed to facilitate seamless interaction between the statsWR model and various client applications, providing a robust and efficient communication framework.
statsWR mcp server
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