@pipeworx/posthog
Connect: https://gateway.pipeworx.io/posthog/mcp · Install: one-click buttons
Tools: 3
Tools
- get_events — Fetch recent events from a PostHog project. Returns event names, timestamps, and properties. Example: get_events({ project_id: “12345”, limit: 50, apiKey: “phx…” })
- get_persons — Search for persons (users) in a PostHog project. Returns user profiles with properties. Example: get_persons({ project_id: “12345”, search: “[email protected]”, apiKey: “phx…” })
- get_insights — List saved insights (charts, trends, funnels) for a PostHog project. Returns insight names, types, and configurations. Example: get_insights({ project_id: “12345”, apiKey: “phx…” })
Tools
-
get_events— Fetch recent events from a PostHog project. Returns event names, timestamps, and properties. Example: get_events({ project_id: 12345 , limit: 50, _apiKey: phx_... }) -
get_insights— List saved insights (charts, trends, funnels) for a PostHog project. Returns insight names, types, and configurations. Example: get_insights({ project_id: 12345 , _apiKey: phx_... }) -
get_persons— Search for persons (users) in a PostHog project. Returns user profiles with properties. Example: get_persons({ project_id: 12345 , search: [email protected] , _apiKey: phx_... })