ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Amplitude with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Analyze product data via Amplitude. get user activity, calculate retention, analyze funnels, and track revenue directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Amplitude capability set.

These are the exact actions your AI can choose when you ask it to work with Amplitude.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Amplitude.

  1. 01

    Get user activity

    Useful for diagnosing individual user journeys. Get Amplitude user activity stream

  2. 02

    Get cohort

    Depending on the backend this may require polling until ready. Request an Amplitude cohort download

  3. 03

    Get retention

    Pass start_event (acquisition), return_event, start/end dates. Start/End should be YYYYMMDD. Query Amplitude retention

  4. 04

    List cohorts

    Cohorts group users by behavior. List Amplitude behavioral cohorts

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Amplitude.

  1. 05

    Revenue analysis

    Start/End as YYYYMMDD. Get Amplitude revenue analysis by day

  2. 06

    Active users

    Start/End as YYYYMMDD. Get Amplitude daily/weekly/monthly active users (DAU/WAU/MAU)

  3. 07

    Event segmentation

    Pass event name, start/end as YYYYMMDD. Query Amplitude event segmentation

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Amplitude.

  1. 08

    Export events

    Amplitude is a product analytics platform. Pass start/end as YYYYMMDDTHH (e.g. 2026010100). Export raw Amplitude event data for a time range

  2. 09

    Get funnel

    Pass comma-separated event names, start/end as YYYYMMDD. Query Amplitude funnel conversion

  3. 10

    Search users

    Useful to find specific users before checking their activity. Search Amplitude users by user ID, device ID, or email

Observed, not estimated

896ms average. Fast in production.

Amplitude is checked daily against the live service.

Daily averagePeak 1052ms
Aug 20Today
Fastest day
751ms
Slowest day
1052ms
14-day trend
Slowing+28%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Amplitude, so you can see the experience inside your AI.

It does not authenticate your account with Amplitude. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Amplitude Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ZCTPbavyDRkd3bVgsesdhlwHokYANBUFcXdUjrBQ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Amplitude capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "amplitude-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ZCTPbavyDRkd3bVgsesdhlwHokYANBUFcXdUjrBQ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Amplitude owners ask.

  • 01

    Can my AI agent debug a specific user dropping out of our onboarding?

    Yes. Search for the user by their email or ID using search_users, completely avoiding the manual lookup. Then, ask your agent to pull their raw activity stream via get_user_activity. The agent will retrieve all events triggered by this user, making it simple to spot exactly where they failed or stopped interacting.

  • 02

    Can I request funnel conversions without building a dashboard manually?

    Absolutely. You can provide a sequence of events (e.g., 'Homepage Viewed', 'Sign Up Clicked', 'Account Created') and ask for the funnel conversion for the last 7 days. Your AI agent queries Amplitude and parses the exact drop-off rates at each step right into your prompt window.

  • 03

    How does the cohort fetching work for custom targeted segments?

    Your agent can list all available cohorts associated with your project. Once you find the target cohort's ID, you can use the get_cohort capability to request its download URL. This is incredibly useful for instantly moving targeted lists of power-users or churned-users into your other workflows.