M
✓ Verified
Official Model Context Protocol organization

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"
]
}
}
}
}Related Apps
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
Links
README Badge
Add this badge to your GitHub README:
[](https://getmcpapps.com/apps/cohort-heatmap)