Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Heap in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Send events, identify users and update properties in Heap (product analytics) from any AI agent. 5 tools, app_id-based auth.
こう聞いてみよう
Heap のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Heap をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Heap
Send events, identify users and update properties in Heap (product analytics) from any AI agent. 5 tools, app_id-based auth.
セットアップ
heap.io/docs/server-side-apis).
Setup:
- Sign in to https://app.heap.io → top-right → Account → Projects → select project → Project ID (called
app_id). - Set
HEAP_APP_IDto 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)
前提条件: HEAP_APP_ID
ローカルでコネクタをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/store を開き、 Heap を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| Tool | What it does |
|---|---|
heap_track_event | Track a single behavioral event for a user |
heap_bulk_track | Bulk-track many events in one call (up to 1000 events, 1MB total) |
heap_add_user_properties | Set or update user-level properties (Heap merges with existing) |
heap_add_account_properties | Set or update properties on an account (B2B model — accounts group users) |
heap_add_user_to_account | Associate a user (identity) with an account (account_id) |
次のステップ
このガイドは役に立ちましたか?