Back to MCP Servers

Amplitude

Query behavioral analytics, user cohorts, event data, and product metrics from Amplitude

amplitudeanalyticsproduct-analyticseventsdata

Installation

npm install -g @amplitude/mcp-server

Configuration

{
  "mcpServers": {
    "amplitude": {
      "command": "npx",
      "args": ["-y", "@amplitude/mcp-server"],
      "env": {
        "AMPLITUDE_API_KEY": "your-amplitude-api-key",
        "AMPLITUDE_SECRET_KEY": "your-amplitude-secret-key"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub