statsWR
An MCP server that allows AI agents to interact with the statsWR API.
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
Related Servers
Remote MCP Server (Authless)
A remote MCP server without authentication, deployable on Cloudflare Workers.
Spotify
Control Spotify playback using natural language commands.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support.
Aiven
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
HuggingFace Spaces
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Azure
Interact with and manage Azure services using natural language.
AWS Bedrock KB Retrieval
Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
Replicate
Run AI models for tasks like image generation using the Replicate API.
Vidu MCP
Access Vidu's latest video generation models via the Model Context Protocol (MCP).
Marvel MCP Server
Interact with the Marvel Developer API to access data on characters and comics.