Stats Compass is an MCP server that enables users to perform data analysis tasks using various data science tools integrated with LLMs.
From the registry: 50+ pandas-powered tools for data loading, cleaning, visualization, and ML workflows

$ python --versionPlease install the `stats-compass` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.11+** — Python 3.11 or newer required Run: `python --version`
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["stats-compass-mcp","run"]
- optional environment variables:
- `STATS_COMPASS_PORT`: Server port for remote/HTTP mode (example: `8000`)
- `STATS_COMPASS_SERVER_URL`: Base URL for upload/download links (example: `http://localhost:8000`)
- `STATS_COMPASS_MAX_UPLOAD_MB`: Max upload size in MB (example: `50`)
Note: Data science MCP for LLMs. Install via: pip install stats-compass-mcp. Tools for data loading (CSV/Excel), cleaning, transforms, EDA, visualization, and ML workflows. Also supports HTTP server mode via stats-compass-mcp serve --port 8000.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.STATS_COMPASS_SERVER_URLrequiredBase URL for upload/download links.