mcpbeat Sign in

Convai Analytics MCP Server

local only

Convai Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 12 May 2026.

Analyze Convai sessions, latency, reliability, usage, and provider telemetry via API key.

Installs per day peak 34 · avg 14 · +57% w/w
a month agotoday
101
Installs / week
npm · @convai/analytics-mcp
0
Stars
0 open issues
12 May 2026
Last commit
0 releases in 90 days
unlicensed (all rights reserved)
License
TypeScript

Nothing serious here today

Today is the operative word: we check Convai Analytics every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add convai-analytics-mcp -- npx -y @convai/analytics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "convai-analytics-mcp": {
      "args": [
        "-y",
        "@convai/analytics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.convai-analytics-mcp]
command = "npx"
args = ["-y", "@convai/analytics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "convai-analytics-mcp": {
      "args": [
        "-y",
        "@convai/analytics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "convai-analytics-mcp": {
      "args": [
        "-y",
        "@convai/analytics-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONVAI_API_KEY (Convai API key for the account to query.), CONVAI_ANALYTICS_BASE_URL (Optional analytics API base URL override.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Convai Analytics

same job, measured the same way
Framedash MCP Server
by crane-valley

MCP server for Framedash game telemetry: query analytics, heatmaps, perf regressions, and alerts

58 installs/wk local only
I
Google Analytics 4
by stucchi

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

70 installs/wk local only
LLM Optimizer
by metavert

AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.

answering
LLM Pulse
by llm-pulse

AI visibility analytics for brand mentions, citations, sentiment, and GEO reports

answering
Portkey Admin MCP
by s-b-e-n-s-o-n

Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more.

438 installs/wk local only
Clappia MCP
by clappia-dev

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

local only
Databroker
by mossforge

Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.

105 installs/wk local only
Trakkr
by macklpgr

AI visibility analytics for brands across citations, prompts, competitors, research, and reports.

239 installs/wk answering

Convai Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for Convai Analytics?
Convai Analytics runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @convai/analytics-mcp was installed 101 times last week.
How do I connect Convai Analytics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @convai/analytics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Convai Analytics?
The npm package @convai/analytics-mcp was installed 101 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Convai Analytics open source?
No, and the distinction matters: its licence is declared as unlicensed (all rights reserved). That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.