Stats Compass logo
50+ Data Tools
For Your
AI Assistant.
Stats Compass MCP connects Claude, ChatGPT, and VS Code to powerful data analysis tools via the Model Context Protocol. Load CSVs, create visualizations, transform data, and export results - all through natural conversation.

Works with

Claude Desktop VS Code Cursor ChatGPT
Stats Compass MCP demo with Claude

Data analysis through natural conversation

Load Data

CSV, Excel, JSON, Parquet

Visualize

Charts, histograms, heatmaps

Transform

Filter, merge, pivot, aggregate

Export

CSV, Excel, charts as images

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. Stats Compass MCP exposes 50+ data analysis tools that Claude, ChatGPT, and other AI assistants can use directly - no coding required from you.

50+ Tools at Your AI's Fingertips

Data Loading

Load CSV, Excel, JSON, and Parquet files. Get instant summaries, column info, and data type detection. Works with local files or URLs.

Visualization

Create line charts, bar charts, scatter plots, histograms, box plots, heatmaps, and more. Export as PNG or SVG.

Data Transformation

Filter rows, select columns, merge datasets, pivot tables, group and aggregate, handle missing values, and more.

See It In Action

Data visualization demo

Creating visualizations with Claude

VS Code integration demo

Data analysis in VS Code

How to Use

Start your message with "Use stats compass to..." — this tells the AI to use Stats Compass tools instead of writing code or using shell commands.

# Load data Use stats compass to load ~/Downloads/sales.csv and show me a summary Use stats compass to find my CSV files in the Downloads folder # Explore and clean Use stats compass to run EDA on the dataset Use stats compass to clean the data and handle missing values # Analyse Use stats compass to test if scores differ significantly between group A and B Use stats compass to create a histogram of the price column # Machine learning Use stats compass to train a classification model to predict churn

Without this prefix, some AI clients may write Python code or use shell commands instead of the Stats Compass tools — especially for tasks like finding files on your machine.

Get Started in 2 Minutes

Option 1: Claude

Add Stats Compass as a custom connector on claude.ai:

1

Open Connectors

Click Customize in the sidebar, then select Connectors.

2

Add a custom connector

Click + and enter:

  • Name: Stats Compass
  • URL: https://mcp.statscompass.io/mcp
3

Log in and start analysing

Sign in with Google or email when prompted. You're ready to go.

Option 2: VS Code / Cursor

Install the extension from the Marketplace — no Python or dependencies needed:

Option 3: ChatGPT

Connect the hosted server directly from ChatGPT settings. Requires a ChatGPT paid account (Plus or above).

1

Enable developer mode

Go to Settings → Apps → Advanced settings and enable developer mode.

2

Create a new app

Go to Apps → Create app. Set the MCP Server URL to https://mcp.statscompass.io/mcp and authentication to OAuth.

3

Authorise and log in

Grant access, log in with Google or email, and you'll be redirected back automatically.

Option 4: Claude Desktop

Add Stats Compass from the connector store — no local setup required:

Claude Connector Store

Open Source / Self-Hosted

Run Stats Compass locally with unlimited free usage. Requires Python 3.11+ and UV.

Claude Code (CLI):

claude mcp add stats-compass -- uvx stats-compass-mcp run

Claude Desktop (manual config):

{
  "mcpServers": {
    "stats-compass": {
      "command": "uvx",
      "args": ["stats-compass-mcp"]
    }
  }
}
Full documentation on GitHub

Pricing

Start for free — locally or in the cloud. Upgrade when you need more.

Local

Self-hosted on your machine

Free
forever

  • Unlimited tool calls
  • Runs entirely on your machine
  • Works with Claude Desktop, VS Code & Cursor
  • All 50+ analysis tools
  • Open source
Install locally →

Hosted Free

Cloud-hosted, no setup needed

$0
/ month

  • 100 tool calls per month
  • Works with ChatGPT, VS Code & Cursor
  • All 50+ analysis tools
  • No installation required
See setup instructions ↓

Hosted Pro

Popular

For regular data work

$10
/ month

  • Unlimited tool calls
  • Everything in Hosted Free
  • Priority support
  • Cancel any time
Upgrade to Pro →

Billing handled securely by Stripe. Cancel any time.