Use Amplitude MCP as an expert analyst, product manager, and instrumentation partner via chart creation, dashboard creation, chart analysis, dashboard reviews, experiment analysis, experiment monitoring, opportunity discovery, feedback synthesis, account health analysis, daily and weekly briefs, analytics instrumentation workflows, and more.
Works with Claude Code, Cursor, and Claude CLI.
Claude Code: (CLI Application)
# Add the Amplitude marketplace (one-time)
/plugin marketplace add amplitude/mcp-marketplace
# Install this plugin
/plugin install amplitude@amplitudeCursor:
- Go to cursor settings
- Click on Plugins
- Look for the Amplitude Analytics plugin
- Install the plugin
- You can test if the skills exist by typing /
- For the skills to work you need to have the amplitude MCP server
- You can add the MCP server to cursor by going to agent settings
- Agent settings -> Tools & MCP -> Add a new MCP server
- Add the following server to the config: "amplitude-us": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp-server.prod.us-west-2.amplitude.com/v1/mcp" ] }
- This should take you to the browser to complete the 0Auth flow
| Skill | What it does |
|---|---|
| analyze-account-health | Summarize B2B account health – usage patterns, engagement trends, risk signals, expansion opportunities |
| analyze-chart | Deep dive into a specific chart to explain trends, anomalies, and likely drivers |
| analyze-dashboard | Synthesize dashboards into talking points, surface concerns, connect quant to qual |
| analyze-experiment | Design A/B tests, analyze running or completed experiments, interpret results with statistical rigor |
| analyze-feedback | Synthesize customer feedback into themes (requests, bugs, pain points, praise) |
| create-chart | Create Amplitude charts from natural language – event discovery, filters, groupings, visualization |
| create-dashboard | Build dashboards from requirements or goals – organize charts into logical sections with layouts |
| daily-brief | Deliver a concise daily briefing – metric anomalies, experiment updates, feedback, and deployment context from the last 1-2 days |
| diff-intake | Read a PR, branch, or file diff and produce a compact change brief for downstream analytics instrumentation planning |
| discover-analytics-patterns | Inspect the codebase for existing tracking wrappers, naming conventions, and analytics patterns before adding new events |
| discover-event-surfaces | Turn a change brief into concrete event candidates, priorities, and likely instrumentation points |
| weekly-brief | Deliver a weekly summary – week-over-week trends, wins, risks, inflection points, and strategic recommendations |
| discover-opportunities | Discover product opportunities by mining analytics, experiments, replays, and feedback — synthesized into RICE-scored, actionable recommendations |
| instrument-events | Convert priority events into a detailed, line-by-line instrumentation plan grounded in the target code |
| add-analytics-instrumentation | Run the full end-to-end instrumentation workflow for a PR, branch, file, or feature request |
| monitor-experiments | Monitor active and recently completed experiments, triage by importance, and deep-dive on the most impactful ones |
- MCP-compatible client – Claude Code, Cursor, or Claude
- Amplitude MCP – Required for data access
- Node.js – For MCP server
- Amplitude account – With API access
Just ask naturally – skills auto-trigger based on your request:
"Analyze this chart: [URL]" → analyze-chart activates
"Review my KPI dashboard before the meeting" → analyze-dashboard activates
"What are customers saying about the new feature?" → analyze-feedback activates
"How healthy is Acme Corp's account?" → analyze-account-health activates
"Analyze the results of our onboarding experiment" → analyze-experiment activates
"Create a chart showing weekly active users" → create-chart activates
"Build a dashboard for our growth team" → create-dashboard activates
"Give me my daily download" → daily-brief activates
"Find product opportunities" → discover-opportunities activates
"Check on experiments" → monitor-experiments activates
"Instrument the checkout flow" → add-analytics-instrumentation activates
"What happened this week?" → weekly-brief activates
- Share a chart URL: "Why did this metric spike last week?"
- Skill retrieves chart data and identifies the pattern
- Skill investigates likely drivers (experiments, deployments, segments)
- You get a structured analysis with hypothesis and next steps
- Ask: "Summarize this dashboard for my exec meeting"
- Skill queries all charts and identifies patterns
- Skill surfaces areas of concern and key takeaways
- You get talking points with prioritized recommendations
- Ask: "What are the top customer complaints this month?"
- Skill retrieves feedback from all connected sources
- Skill groups into themes with representative quotes
- You get prioritized issues with actionable recommendations
- Ask: "Prepare an account review for Acme Corp before our QBR"
- Skill analyzes usage trends, engagement, and user-level activity
- Skill correlates behavioral data with customer feedback
- You get a health score, risk factors, champions to leverage, and specific CS recommendations
- Ask: "Should we ship the new checkout flow experiment?"
- Skill retrieves experiment configuration and results
- Skill evaluates statistical significance, segment performance, and guardrail metrics
- You get a ship/no-ship recommendation with confidence levels and business impact
- Ask: "Create a chart showing weekly AI feature users over the last 90 days"
- Skill discovers relevant events and validates data availability
- Skill builds the chart definition with proper filters and groupings
- You get a working chart URL with explanation of methodology and initial insights
- Ask: "Build an executive dashboard for our product launch"
- Skill clarifies audience, decisions, and review cadence
- Skill finds existing charts and identifies gaps needing new charts
- You get a structured dashboard with logical sections, appropriate layouts, and context
- Ask: "Give me my morning briefing" or "Anything I should know today?"
- Skill discovers your dashboards, queries charts, checks experiments, feedback, and deployments
- Skill identifies the biggest day-over-day changes and validates against false positives
- You get a concise, narrative briefing with key findings and concrete priorities for today
- Ask: "Find me the biggest product opportunities" or "Where are we losing users in onboarding?"
- Skill mines dashboards, funnels, experiments, feedback, and session replays for signals
- Skill synthesizes findings into structured opportunities with RICE scoring and multi-source evidence
- You get a prioritized list of actionable opportunities with specific recommendations and supporting data links
- Ask: "Check on experiments" or "What experiments are running?"
- Skill scans all active and recently completed experiments across projects
- Skill triages by importance — flagging stale decisions, long-running tests, and missing metrics
- You get a portfolio summary with deep-dives on the most impactful experiments, including statistical analysis and ship/iterate/abandon recommendations
- Ask: "Give me my weekly summary" or "What happened this week?"
- Skill gathers week-over-week trends across dashboards, experiments, feedback, and deployments
- Skill detects accelerating trends, inflection points, and new highs/lows over the trailing 4 weeks
- You get a shareable memo with key findings, what's working, and next week's priorities
- Ask: "Instrument the onboarding flow" or "Run the full analytics instrumentation workflow on this PR"
- Skill inspects the diff and existing tracking patterns in the codebase
- Skill identifies the highest-value events and the exact handlers or callbacks where they belong
- You get a prioritized event list plus a concrete instrumentation plan an engineer can implement
The Amplitude MCP connection is required for the skills to access your Amplitude data. Configure it in your MCP client settings.
Get your API keys from: Amplitude → Settings → Projects → [Your Project] → API Keys