Back to Plugins

Amplitude

Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.

monitoring
By anthropics
296Updated 6 days agoPythonMIT

Installation

/plugin install amplitude@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

Amplitude AI Plugin

Official Amplitude plugin for AI coding tools. Turn your AI assistant into a product analyst — instrument analytics, analyze charts, run experiments, and understand users directly from your editor.

Works with Claude Code, Cursor, Codex, Gemini CLI, and Claude.


Installation

Claude Code

claude plugin install amplitude

Or from inside Claude Code:

/plugin install amplitude
/reload-plugins

Then authenticate when prompted.

Cursor

Install from the Cursor Marketplace or add manually in Cursor Settings > Plugins.

Codex

  1. Add the marketplace:

    codex plugin marketplace add amplitude/mcp-marketplace
  2. Install the plugin from inside Codex:

    codex
    # Then run /plugins, select Amplitude, and install
    /plugins

Gemini CLI

gemini extensions install https://github.com/amplitude/mcp-marketplace

Local development

To work on the plugin from a local checkout in Claude Code:

git clone https://github.com/amplitude/mcp-marketplace
claude --plugin-dir ./mcp-marketplace/plugins/amplitude

Then run /mcp from inside Claude Code, select plugin:amplitude:amplitude, and follow the browser prompts to authenticate.


What's Inside

PluginDescription
amplitudeReusable analysis and instrumentation skills covering charts, dashboards, experiments, session replays, reliability, AI agent analytics, and analytics tracking workflows

Amplitude Plugin

The amplitude plugin turns your AI assistant into an expert product analyst and instrumentation partner. Skills are organized into seven areas:

Core Analytics

SkillWhat it does
create-chartCreates Amplitude charts from natural language descriptions
create-dashboardBuilds dashboards from requirements, organizing charts into logical sections
analyze-chartDeep-dives a chart to explain trends, anomalies, and likely drivers
analyze-dashboardReviews a dashboard end-to-end, surfacing key takeaways and areas of concern

Product Insights

SkillWhat it does
analyze-experimentDesigns A/B tests, monitors running experiments, and interprets results
monitor-experimentsTriages all active and recently completed experiments by importance
analyze-feedbackSynthesizes customer feedback into themes — feature requests, bugs, pain points, praise
analyze-account-healthSummarizes B2B account health with usage patterns, risk signals, and expansion opportunities
discover-opportunitiesFinds product opportunities by cross-referencing analytics, experiments, replays, and feedback
compare-user-journeysCompares two user groups side-by-side to surface behavioral differences

Session Replay & Debugging

SkillWhat it does
debug-replayTurns bug reports into numbered reproduction steps by extracting the interaction timeline from Session Replay
replay-ux-auditWatches multiple session replays for a flow and synthesizes a ranked friction map
diagnose-errorsTriages product issues across network failures, JS errors, and error clicks
monitor-reliabilityProactive reliability report from auto-captured error data so issues surface before users complain

AI Agent Analytics

SkillWhat it does
analyze-ai-topicsAnalyzes what users ask AI agents about and how well each topic is served
investigate-ai-sessionDeep-dives specific AI agent sessions or failure patterns for root-cause analysis
monitor-ai-qualityDelivers a proactive health report on AI agents covering quality, cost, performance, and errors
review-agent-insightsSynthesizes recent results from Amplitude's AI agents into a unified, impact-ranked narrative

Analytics Instrumentation

SkillWhat it does
diff-intakeReads a PR or branch diff and outputs a structured change_brief YAML for downstream skills
discover-event-surfacesFrom a change brief, lists candidate analytics events for PM prioritization
discover-analytics-patternsMaps how analytics is already implemented in the repo (SDK calls, naming, imports)
instrument-eventsFrom prioritized event candidates, builds a concrete instrumentation plan and JSON tracking plan
add-analytics-instrumentationEnd-to-end workflow — reads code, decides what to track, and produces a full instrumentation plan in one pass
taxonomySource of truth for event taxonomy generation, data auditing, and governance best practices

A typical flow: diff-intakediscover-event-surfacesinstrument-events, with discover-analytics-patterns ensuring new tracking matches existing conventions.

Briefings

SkillWhat it does
daily-briefMorning briefing of the most important changes across your Amplitude instance
weekly-briefWeekly recap of trends, wins, and risks to share with your team or leadership

Bonus

SkillWhat it does
what-would-lenny-doAnswers product strategy questions by searching Lenny Rachitsky's archive (requires lennysdata MCP)

Repository Structure

.agents/plugins/
  marketplace.json            # Marketplace catalog (Codex)
.claude-plugin/
  marketplace.json            # Marketplace catalog (Claude Code)
.cursor-plugin/
  marketplace.json            # Marketplace catalog (Cursor) — kept in sync with .claude-plugin
plugins/
  amplitude/
    .codex-plugin/
      plugin.json             # Plugin manifest (Codex)
    .claude-plugin/
      plugin.json             # Plugin manifest (Claude Code)
    .cursor-plugin/
      plugin.json             # Plugin manifest (Cursor) — kept in sync with .claude-plugin
    .mcp.json                 # MCP server config shared by Codex and other clients
    skills/
      add-analytics-instrumentation/
      analyze-account-health/
      analyze-ai-topics/
      analyze-chart/
      analyze-dashboard/
      analyze-experiment/
      analyze-feedback/
      compare-user-journeys/
      create-chart/
      create-dashboard/
      daily-brief/
      debug-replay/
      diagnose-errors/
      diff-intake/
      discover-analytics-patterns/
      discover-event-surfaces/
      discover-opportunities/
      instrument-events/
      investigate-ai-session/
      monitor-ai-quality/
      monitor-experiments/
      monitor-reliability/
      replay-ux-audit/
      review-agent-insights/
      taxonomy/
      weekly-brief/
      what-would-lenny-do/

Requirements

  • MCP-compatible client – Claude Code, Cursor, Codex, or Claude
  • Amplitude account with API access

Contributing

We welcome contributions! Whether it's a new skill or improvement:

  1. Fork this repo
  2. Create a new branch for your feature
  3. Follow the existing patterns in plugins/ for structure
  4. Submit a PR with a clear description

Resources


License

MIT


Support

View source on GitHub