convai-analytics

Conv-AI/convai-analytics
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Agentic analytics for Convai applications: MCP server, TypeScript/Python SDKs, CLI, prompt recipes, and chart recipes.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "convai-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "Conv-AI/convai-analytics"
      ]
    }
  }
}

README Excerpt

Agentic analytics for Convai applications. This repository lets MCP-capable agents, coding agents, and developers answer questions about Convai session telemetry using only a Convai API key. The recommended path is the published local MCP server, [`@convai/analytics-mcp`](https://www.npmjs.com/package/@convai/analytics-mcp), which plugs into Claude Desktop, Cursor, Codex-compatible MCP clients, and other stdio MCP hosts so agents can call typed analytics tools instead of writing custom scripts.