Back to MCP Servers
Amplitude
Query behavioral analytics, user cohorts, event data, and product metrics from Amplitude
amplitudeanalyticsproduct-analyticseventsdata
By Amplitude
Installation
npm install -g @amplitude/mcp-serverConfiguration
{
"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
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes