Skip to content
MCP-Bridge
Data & Analytics

Amazon Mobile Analytics MCP Config

Amazon Mobile Analytics is a service for collecting, visualizing, and understanding app usage data at scale.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-mobileanalytics.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mobileanalytics.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-mobileanalytics": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mobileanalytics"],
      "env": {
      "AMAZON_MOBILE_ANALYTICS_API_KEY": "your_amazon_mobile_analytics_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-mobileanalytics.json

Environment Variables

AMAZON_MOBILE_ANALYTICS_API_KEY

Replace your_amazon_mobile_analytics_api_key with your actual amazon mobile analytics api key

Endpoints

POST/2014-06-05/events#x-amz-Client-Context

PutEvents