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
Похожие серверы
Edge Delta MCP Server
Integrates with Edge Delta APIs for advanced automation and interaction.
Dokku
An MCP server for managing applications on Dokku, the open-source PaaS.
Spotify
Control Spotify playback using natural language commands.
Civic Nexus
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Flespi MCP Server
Interact with the Flespi telematics platform API for fleet management, device tracking, and telemetry data processing.
My MCP
A remote MCP server deployable on Cloudflare Workers without authentication.
MCP SSH Server
Provides SSH access to remote servers, allowing AI tools to securely connect to your VPS for management.
Lumenore-MCP
A Model Context Protocol (MCP) server that provides AI assistants with access to Lumenore's analytics and natural language query capabilities. Built with FastMCP and Python 3.13 for scalable data analytics integration.
Strava MCP
Integrate your Strava activity data with AI models using a local SQLite database.
Giant Swarm App Platform
A server for managing Giant Swarm App Platform deployments using Kubernetes credentials.