The Plug
⭐ FeaturedVerifiedDashboards

Cohort Heatmap

Interactive cohort analysis with heatmap visualization

M
MCP Official✓ Verified

Official Model Context Protocol organization

Cohort Heatmap preview

Visualize user cohort data as interactive heatmaps. Analyze retention, engagement, and behavior patterns with drill-down capabilities — all inside your AI conversation.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "cohort-heatmap-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-cohort-heatmap-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "cohort-heatmap-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-cohort-heatmap-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "cohort-heatmap-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-cohort-heatmap-server"
        ]
      }
    }
  }
}

Stats

Rating
4.5(7)
Installs
198
Views
1,600
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/cohort-heatmap.svg)](https://getmcpapps.com/apps/cohort-heatmap)