Connector guide2-minute read5 MCP toolsEnglish · Deutsch · Italiano

Как подключить Heap к Claude — через MCP

Send events, identify users and update properties in Heap (product analytics) from any AI agent. 5 tools, app_id-based auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Heap

Send events, identify users and update properties in Heap (product analytics) from any AI agent. 5 tools, app_id-based auth.

Tools

5

Region

INTL

Category

analytics

Authentication

Required env vars

HEAP_APP_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Heap in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Heap, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Heap + Claude

Send events, identify users and update properties in Heap (product analytics) from any AI agent. 5 tools, app_id-based auth.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

HEAP_APP_ID

Шаг 1 — Получите учётные данные

heap.io/docs/server-side-apis).

Setup:

  1. Sign in to https://app.heap.io → top-right → Account → Projects → select project → Project ID (called app_id).
  2. Set HEAP_APP_ID to the numeric app/project ID.

Authentication: NONE — Heap's server-side API uses the app_id in the request body to route events to your project. There's no secret on the ingestion endpoint (anyone with your app_id can fake events — same trust model as Google Analytics client-side JS).

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в Claude

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Heap
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
heap_track_eventTrack a single behavioral event for a user
heap_bulk_trackBulk-track many events in one call (up to 1000 events, 1MB total)
heap_add_user_propertiesSet or update user-level properties (Heap merges with existing)
heap_add_account_propertiesSet or update properties on an account (B2B model — accounts group users)
heap_add_user_to_accountAssociate a user (identity) with an account (account_id)

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

Следующие шаги

Ready to ship

Your Heap agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.