Analytics MCP Server

The statistical analyst in your AI chat. Bring a CSV (or connect a live source) and a question. A standing team of specialist agents builds a custom analysis specific to your data, validates the methodology, and ships back a citable, interactive report. The analysis is yours - it lives in your library, reruns on fresh data for a fraction of the creation cost, and is queryable from Claude, Cursor, or any MCP client.…. It is available as a remote MCP endpoint.

Teams that want a hosted AI & ML endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-02 · ★ 7 · #86 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Analytics

before you install - you'll need

Set MCP_ANALYTICS_API_KEY before connecting.

Claude Code

claude mcp add embeddedlayers-mcp-analytics --transport http https://api.mcpanalytics.ai/auth0

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "embeddedlayers-mcp-analytics": {
      "url": "https://api.mcpanalytics.ai/auth0"
    }
  }
}

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://api.mcpanalytics.ai/auth0

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

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 remote - your agent's requests go to api.mcpanalytics.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace ai.mcpanalytics - domain-verified with the official MCP registry

03 · What Analytics can do

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

Latest releases

v1.0.4 · 2026-03-28

What's New · Community · Module Request template - request a custom analysis module directly from GitHub; our autonomous builder can deliver within days · Connector Request template - request new data source…

v1.0.5 · 2026-03-20

What's New · Added glama.json for Glama.ai server verification · MIT license for public listing repository · Updated server.json metadata · MCP Analytics · Analytics MCP server for business data. Upload CSV or connect…

v1.0.3 · 2025-09-18

MCP Analytics v1.0.3 · Release Notes · Stability improvements and bug fixes following customer feedback from v1.0.2 deployment. · Changes · Fixed edge case in preprocessing pipeline for datasets with mixed types…

04 · Who maintains Analytics

analytics is maintained by embeddedlayers. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
AI & ML - ranked #86 of 95 actively-maintained AI & ML servers as of 2026-08-25.
registry
ai.mcpanalytics/analytics (active, first published 2025-09-17 · 8 versions)

06 · Analytics FAQ

What is Analytics?

The statistical analyst in your AI chat. Bring a CSV (or connect a live source) and a question. A standing team of specialist agents builds a custom analysis specific to your data, validates the methodology, and ships back a citable, interactive report. The analysis is yours - it lives in your library, reruns on fresh data for a fraction of the creation cost, and is queryable from Claude, Cursor, or any MCP client.…. It is available as a remote MCP endpoint.

Is Analytics still maintained?

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

How do I install Analytics?

Run `claude mcp add embeddedlayers-mcp-analytics --transport http https://api.mcpanalytics.ai/auth0`. The README documents one environment variable (MCP_ANALYTICS_API_KEY) to set first. Set MCP_ANALYTICS_API_KEY before connecting. You can also paste the ready-made client config above.

Does Analytics require authentication?

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

07 · Alternatives to Analytics