MCP Analytics MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add mcp-analytics -- npx -y mcp-remote@latest https://api.mcpanalytics.ai/auth0
README.md

Statistical analysis, forecasting, and ML for business data

MCP Analytics Suite

MCP server for data analytics — Shopify, Stripe, WooCommerce, eBay, CSV files, and more. Run statistical analysis, forecasting, and machine learning directly in Claude or Cursor. Ask a question, upload your data, get an interactive report.

This is the public listing and documentation repository. Issues, feature requests, and examples live here. The API server code is maintained separately.

Sample Reports →Try Demo →Pricing →

Every analysis starts with a question. We handle the rest.

🚀 Quick Start🔄 How It Works🛠️ MCP Tools🛡️ Security📖 Documentation


The Formula

Question + Dataset = Analytics

Transform business questions into actionable insights through intelligent discovery

Overview

MCP Analytics Suite is an intelligent analytics platform that understands what you want to analyze and automatically selects the right approach. No statistics degree required — just describe your business question and let our AI-powered discovery handle the complexity.

Upload any CSV — Shopify orders, Stripe exports, WooCommerce reports, eBay data, ad platform reports, or any tabular data. Connect live data from Google Analytics 4 and Google Search Console via native connectors. Run regression, forecasting, clustering, A/B testing, customer LTV, churn prediction, and hundreds of other statistical methods. Get back interactive HTML reports with charts and AI-written insights.

Why MCP Analytics?

  • Intelligent Discovery: Automatically finds the right analytical approach
  • Complete Workflow: From question to insight in one seamless flow
  • Zero Setup: Cloud-based processing, works instantly
  • Enterprise Security: OAuth2, encryption, isolated processing
  • Comprehensive Suite: Full range of analytical capabilities
  • Interactive Reports: Shareable visualizations with AI insights

Quick Start

Installation

For Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-analytics": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://api.mcpanalytics.ai/auth0"]
    }
  }
}
For Cursor

Add to .cursor/config.json in your project root:

{
  "mcpServers": {
    "mcp-analytics": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://api.mcpanalytics.ai/auth0"]
    }
  }
}
For VS Code (Continue Extension)

Add to your Continue config at ~/.continue/config.json:

{
  "models": [{
    "provider": "anthropic",
    "model": "claude-3-5-sonnet",
    "mcpServers": {
      "mcp-analytics": {
        "command": "npx",
        "args": ["-y", "mcp-remote@latest", "https://api.mcpanalytics.ai/auth0"]
      }
    }
  }]
}
For Claude Code

Add to claude_code_config.json:

{
  "mcpServers": {
    "mcp-analytics": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://api.mcpanalytics.ai/auth0"]
    }
  }
}

How It Works

The MCP Analytics Workflow

  1. Ask Your Question - Describe what you want to analyze in natural language
  2. Intelligent Discovery - tools.discover finds the right analytical approach
  3. Data Upload - datasets.upload securely processes your data
  4. Automated Analysis - tools.run executes with optimal configuration
  5. Interactive Results - reports.view delivers shareable insights
User: "What drives our sales growth?"
MCP Analytics:
  → Discovers regression and correlation methods
  → Configures analysis for your data structure
  → Runs multiple analytical approaches
  → Returns comprehensive report with insights

MCP Tools

The platform provides a complete suite of MCP tools for end-to-end analytics:

Core Analytics Tools

  • discover_tools - Natural language tool discovery (5-signal semantic search)
  • tools_run - Execute an analysis module on your data
  • tools_info - Get tool documentation and schema
  • tools_schema - Inspect column requirements for a tool

Data Management

  • **`da

Tools (4)

discover_toolsNatural language tool discovery using 5-signal semantic search.
tools_runExecute an analysis module on your data.
tools_infoGet tool documentation and schema.
tools_schemaInspect column requirements for a tool.

Configuration

claude_desktop_config.json
{"mcpServers": {"mcp-analytics": {"command": "npx", "args": ["-y", "mcp-remote@latest", "https://api.mcpanalytics.ai/auth0"]}}}

Try it

Analyze my Shopify sales data from last month and forecast growth for the next quarter.
Perform a churn prediction analysis on the uploaded customer CSV file.
What are the key drivers of our sales growth based on the provided Stripe export?
Run an A/B test analysis on the marketing campaign data I just uploaded.

Frequently Asked Questions

What are the key features of MCP Analytics?

Intelligent discovery to automatically select the right analytical approach. Support for Shopify, Stripe, WooCommerce, eBay, GA4, and Search Console data. Executes regression, forecasting, clustering, and A/B testing. Generates interactive HTML reports with charts and AI-written insights.

What can I use MCP Analytics for?

E-commerce store owners analyzing sales trends and forecasting inventory needs. Marketing teams evaluating the performance of campaigns via A/B testing. Business analysts performing customer lifetime value (LTV) and churn prediction. Data teams quickly generating shareable visual reports from raw CSV exports.

How do I install MCP Analytics?

Install MCP Analytics by running: npx -y mcp-remote@latest https://api.mcpanalytics.ai/auth0

What MCP clients work with MCP Analytics?

MCP Analytics works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep MCP Analytics docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare