Stats Compass MCP Server

Turn your LLM into a data analyst. Multiple data science tools via MCP. Restart your client and start asking questions about your data. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 17 · #43 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · HTML · how we verify → /methodology

01 · Install Stats Compass

before you install - you'll need

Set STATS_COMPASS_SERVER_URL before connecting.

Claude Code

claude mcp add oogunbiyi21-stats-compass-mcp -- uvx stats-compass-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oogunbiyi21-stats-compass-mcp": {
      "command": "uvx",
      "args": [
        "stats-compass-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package stats-compass-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.oogunbiyi21 is GitHub-verified and matches the repo owner

03 · What Stats Compass can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.13 · 2026-04-12

What's new · ARIMA optimization · The time series workflow now uses the stationarity test result to fix the · differencing parameter d before grid search. This reduces the ARIMA search · space by ~3x (e.g. 16 models…

04 · Who maintains Stats Compass

Stats Compass is maintained by oogunbiyi21. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
automation - ranked #43 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.oogunbiyi21/stats-compass (active, first published 2026-01-26 · 4 versions)
packages
pypi:stats-compass-mcp

06 · Stats Compass FAQ

What is Stats Compass?

Turn your LLM into a data analyst. Multiple data science tools via MCP. Restart your client and start asking questions about your data. It runs locally over stdio via the published package.

Is Stats Compass still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Stats Compass?

Run `uvx stats-compass-mcp`. The README documents one environment variable (STATS_COMPASS_SERVER_URL) to set first. Set STATS_COMPASS_SERVER_URL before connecting. You can also paste the ready-made client config above.

Does Stats Compass run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Stats Compass