Retiring This version of the WYRE MCP Gateway is being retired on 30 September 2026 โ€” mcp.wyre.ai redirects to Conduit from that date. What to expect →
๐Ÿงช Community โœ“ Claude Code โœ“ Claude Desktop Standalone โ€ข Posthog

Posthog

PostHog product analytics - insights, dashboards, feature flags, cohorts, events (read-only)

Installation

Install this plugin individually:

/plugin marketplace add wyre-technology/msp-claude-plugins --plugin posthog

Or install all MSP plugins at once:

/plugin marketplace add wyre-technology/msp-claude-plugins

Features

  • Cohorts And Events
  • Feature Flags And Experiments
  • Insights And Dashboards

Skills

This plugin provides 4 skills that teach Claude about Posthog:

Skill Description
cohorts-and-events PostHog cohorts (saved user/group segments), raw analytics events, and timeline annotations.
feature-flags-and-experiments Read-only lookups of PostHog early-access feature flags and experiments โ€” rollout status, targeting, and configuration.
insights-and-dashboards PostHog saved insights (trends, funnels, retention, and similar analytics queries) and the dashboards that group them into a single view.
api-patterns PostHog API fundamentals for this plugin: personal API key auth brokered through Conduit (no local key), the resource:action scope model, generic REST error handling, and why this plugin's read-only posture rests on the key's own scopes alone โ€” Conduit has no gateway-side fallback for this vendor.

Commands

Available slash commands:

Command Description
/check-insight Look up a PostHog insight by ID or name and report its current result
/list-dashboards List a PostHog project's dashboards, or retrieve one by ID
/list-feature-flags List PostHog early-access feature flags and their current status

API Reference

Base URL
Authentication
Rate Limit
Documentation

Example Usage

Look up a PostHog insight by ID or name and report its current result

/check-insight

List a PostHog project's dashboards, or retrieve one by ID

/list-dashboards

List PostHog early-access feature flags and their current status

/list-feature-flags

Using Skills

/skill posthog:cohorts-and-events

PostHog cohorts (saved user/group segments), raw analytics events, and timeline annotations.