MCP Directory
Back

heap-mcp-server

by rivit-studio · TypeScript · ★ 1

A [MCP](https://modelcontextprotocol.io) server that lets AI agents send events, enrich user/account profiles, resolve identities, and run GDPR deletions against [Heap Analytics](https://heap.io) (heap.io)

Install

npx -y github:rivit-studio/heap-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "heap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:rivit-studio/heap-mcp-server"
      ]
    }
  }
}

From the README

> A [Model Context Protocol](https://modelcontextprotocol.io) server that lets AI agents send events, enrich user/account profiles, resolve identities, and run GDPR deletions against [Heap Analytics](https://heap.io) (heap.io). exposes Heap's **server-side API** as a set of MCP tools. Point any MCP-compatible client (Claude Desktop, an agent framework, your own code) at it, and the model can log custom events, attach user and account properties, unify identities, and process user-deletion requests — all with validated inputs and actionable errors. - **Write to Heap from a…
Read full README on GitHub →

Related monitoring servers