Skip to main content
Glama

Amplitude MCP Server

by moonbirdai
install.sh514 B
#!/bin/bash # Installation script for Amplitude MCP server echo "Installing dependencies..." npm install # Make scripts executable chmod +x test.sh chmod +x claude_setup.sh # Make the index.js file executable chmod +x index.js echo "Installation complete!" echo "" echo "To test the server, run:" echo " ./test.sh YOUR_AMPLITUDE_API_KEY" echo "" echo "To configure with Claude Desktop, run:" echo " ./claude_setup.sh YOUR_AMPLITUDE_API_KEY" echo "" echo "For more information, see README.md and examples.md"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moonbirdai/amplitude-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server