A
Amplitude
Connect the Amplitude remote MCP server at https://mcp.amplitude.com/mcp
Share:
About
Connect the Amplitude remote MCP server at https://mcp.amplitude.com/mcp. Give your teams powerful behavioral insights. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Amplitude.
- What is the Amplitude MCP server and what does it do?
- The Amplitude MCP server connects your client to Amplitude's behavioral analytics platform. It allows teams to gain insights into user behavior and product usage by ingesting and analyzing event data.
- How do I configure Amplitude MCP in my client?
- You typically configure it by providing the server URL https://mcp.amplitude.com/mcp and your Amplitude API key in your client's settings. Specific setup guides are available for Claude Code, Codex, Cursor, and VS Code.
- Does the Amplitude MCP server require an API key for authentication?
- Yes, access to the Amplitude MCP server requires an API key for authentication. This key is used to identify and authorize your client with the Amplitude platform.
- What kind of tools or capabilities does this MCP expose?
- The Amplitude MCP server integrates with tools that leverage product analytics, events, and funnels. It provides access to behavioral insight capabilities, but specific exposed tools depend on the client's implementation.
- Is there a cost associated with using the Amplitude MCP server?
- The cost of using the Amplitude MCP server depends on your Amplitude platform subscription. This MCP facilitates access to your existing Amplitude service, and its usage is subject to Amplitude's pricing model.
- What is a common limitation when using the Amplitude MCP server?
- A common limitation is that real-time data processing might depend on the specific Amplitude plan and client implementation. High volumes of historical data queries could also impact performance without proper indexing.
Install Amplitude
Server URL
https://mcp.amplitude.com/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"amplitude": {
"url": "https://mcp.amplitude.com/mcp",
"transport": "http",
"authType": "api_key"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"amplitude": {
"url": "https://mcp.amplitude.com/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"amplitude": {
"type": "http",
"url": "https://mcp.amplitude.com/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.