Amplitude
🗄️ Data & Files
MCP server for Amplitude product analytics. Query event data with filters and perform advanced segmentation with breakdowns. Access your Amplitude analytics through natural language for data-driven product decisions.
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"amplitude": {
"command": "npx",
"args": [
"-y",
"amplitude-mcp"
],
"env": {
"AMPLITUDE_API_KEY": "your-amplitude-api-key-here",
"AMPLITUDE_SECRET_KEY": "your-amplitude-secret-key-here"
}
}
}
}