Best Analytics MCP Servers for Claude Code CLI

Connect analytics tools to Claude Code CLI using MCP servers. These servers let Claude Code CLI interact with analytics resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 1,448 analytics MCP servers with a median of 35 GitHub stars; 87% are written in typescript and 21% install via npm. All work with Claude Code CLI.

Top 30 of 1,448 Analytics Servers for Claude Code CLI

openmetadata-mcp-server

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.

13,982 starsnpm

superset-mcp

An MCP server that provides AI assistants with full access to Apache Superset instances, enabling interaction with dashboards, charts, datasets, databases, and SQL execution capabilities.

10,851 starsnpm

Horizon MCP Server

📡 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | 用 AI 构建你专属的新闻雷达

4,438 starsmanual

MCP Server Chart

Enables generation of 25+ types of charts and data visualizations using AntV, including bar charts, line charts, maps, mind maps, and specialized diagrams like fishbone and sankey charts. Supports both statistical charts and geographic visualizations

4,084 starsnpm

Muapi Cli MCP Server

Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.

997 starsmanual

Google Meta Ads Ga4 MCP Server

MCP server for Google Ads, Meta Ads & GA4 — works with ChatGPT, Claude, Cursor, n8n, Windsurf & more. 250+ tools for campaign management, analytics & optimization.

994 starsmanual

Meta Ads MCP

A Model Context Protocol server that allows AI models to access, analyze, and manage Meta advertising campaigns, enabling LLMs to retrieve performance data, visualize ad creatives, and provide strategic insights for Facebook and Instagram platforms.

923 starsmanual

MCP Server

Weather Data Fetcher MCP server built with Node.js, MCP SDK, and Zod. Provides weather details like temperature and forecast for cities such as Noida and Delhi via a registered tool. Simplifies API integration, enabling structured responses for clien

907 starsnpm

Google Search Console MCP

Connects Google Search Console with Claude AI to enable SEO professionals to analyze their SEO data through natural language conversations, providing access to property information, search analytics, URL inspection, and sitemap management.

882 starsmanual

Mcp Gsc MCP Server

Google Search Console Insights with Claude AI for SEOs

875 starsmanual

Aitreasurebox MCP Server

🤖 Automatically collected AI repos, tools, websites, papers & tutorials. 实用AI百宝箱 💎

806 starsmanual

Powerbi Modeling MCP Server

The Power BI Modeling MCP Server, brings Power BI semantic modeling capabilities to your AI agents.

784 starsnpm

Garmin MCP Server

Enables ChatGPT to access and analyze personal Garmin health data including daily steps, heart rate, calories, sleep duration, and body battery levels. Collects data via webhook from Garmin devices and provides health insights through natural languag

513 starsmanual

Mcp Bench MCP Server

MCP-Bench: Benchmarking Tool-Using LLM Agents with Complex Real-World Tasks via MCP Servers

484 starsmanual

Mcpmark MCP Server

MCPMark is a comprehensive, stress-testing MCP benchmark designed to evaluate model and agent capabilities in real-world MCP use.

420 starsmanual

Strava MCP Server

Connects Claude to the Strava API to provide direct access to fitness data, including athlete statistics, detailed activity logs, and time-series performance metrics. It enables users to analyze training progress, compare workouts, and retrieve speci

407 starsnpm

Real Estate MCP Server

🏠 Ask Claude about Korean apartment prices — powered by 국토교통부 open API

348 starsmanual

Climatetracekmp MCP Server

Kotlin/Compose Multiplatform project to show climate related emission data from https://climatetrace.org/data.

326 starsmanual

Tableau MCP Server

Enables AI applications to integrate with Tableau through developer primitives including tools, resources and prompts. Supports querying data from datasources, exploring content like workbooks and views, and retrieving visualizations using the Tablea

276 starsnpm

Tableau MCP Server

Tableau's official MCP Server. Helping Agents see and understand data.

274 starsmanual

Intervals.icu MCP Server

Enables AI assistants to interact with Intervals.icu fitness tracking and wellness data, allowing users to fetch, filter, and group activities or health metrics. It provides structured summaries of workouts and physical well-being through natural lan

270 starsmanual

Intervals MCP Server

Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.

270 starsmanual

Mcp Engine Public MCP Server

The SemanticOps MCP (formerly MCP Engine) is a Power BI tool that lets AI assistants like Claude interact with your Power BI models programmatically: read your model structure, run DAX queries, modify your semantic model, and perform advanced analyti

237 starsnpm

Hevy MCP

A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API. This server enables AI assistants to access and manage workout data, routines, exercise templates, and more through the Hevy API (req

236 starsnpm

Google Search Console MCP Server

Provides AI agents with read-only access to Google Search Console data, including search analytics, index coverage, and sitemap status. It enables users to query clicks, impressions, and ranking performance or check URL indexing status through natura

220 starsnpm

Google Analytics MCP Server

Enables AI agents to interact with Google Analytics 4 data, providing tools for historical reporting, real-time activity monitoring, and property management. It supports secure service account authentication to access metrics like traffic summaries,

208 starsnpm

Superset MCP Integration

MCP server enabling AI agents to programmatically connect to and control Apache Superset instances, allowing users to manage dashboards, charts, databases, datasets, and run SQL queries through natural language interactions.

183 starsmanual

akshare-one-mcp

Get historical stock market data Args: symbol: Stock symbol/ticker (e.g. '000001') interval: Time interval ('minute','hour','day','week','month','year') interval_multiplier: Interval mult

178 starsnpm

Dbt Doctor MCP Server

AI-driven quality & governance MCP Server for dbt projects. Audit coverage, profile data, detect schema drift, and auto-generate documentation — all through natural language with your AI assistant.

140 starsmanual

AWS Cost Explorer MCP Server

A command-line interface and API that allows users to analyze and visualize AWS cloud spending data by enabling Claude to query AWS Cost Explorer through natural language conversations.

127 starsmanual

Claude Code CLI Configuration

Add analytics MCP servers to your Claude Code CLI configuration at .claude/settings.json or --mcp flag:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects/myapp"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources