← Back to Plugins
MCP Server MCP

Engageable Analytics

github By github 👁 3 views ▲ 0 votes

Unified analytics MCP server for GA4, Mixpanel, and PostHog.

Homepage Verified source GitHub

Install

uvx engageable

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "engageable",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key (required for the 'ask' tool)",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "PostHog personal API key",
          "isSecret": true,
          "name": "POSTHOG_API_KEY"
        },
        {
          "description": "PostHog project ID",
          "name": "POSTHOG_PROJECT_ID"
        },
        {
          "description": "Google Analytics 4 service account credentials (inline JSON)",
          "isSecret": true,
          "name": "GA4_CREDENTIALS_JSON"
        },
        {
          "description": "Google Analytics 4 property ID",
          "name": "GA4_PROPERTY_ID"
        },
        {
          "description": "Mixpanel service account username",
          "name": "MIXPANEL_SERVICE_ACCOUNT_USERNAME"
        },
        {
          "description": "Mixpanel service account secret",
          "isSecret": true,
          "name": "MIXPANEL_SERVICE_ACCOUNT_SECRET"
        },
        {
          "description": "Mixpanel project ID",
          "name": "MIXPANEL_PROJECT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...