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.

People who work with Stats and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-08-26 · ★ 17 · #53 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

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 --transport http https://mcp.statscompass.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oogunbiyi21-stats-compass-mcp": {
      "url": "https://mcp.statscompass.io/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

https://mcp.statscompass.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

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 · remote - your agent's requests go to mcp.statscompass.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

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 #53 of 227 actively-maintained automation servers as of 2026-09-18.
registry
io.github.oogunbiyi21/stats-compass (active, first published 2026-01-26 · 5 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.

Is Stats Compass still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-26. 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 require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Stats Compass