This PostHog MCP server enables AI assistants to interact with the PostHog analytics platform, providing tools to list projects and create annotations. Built with Python 3.13 and FastMCP, it authenticates using a personal API key to connect to the PostHog API. The implementation exposes two main functions: listing available PostHog projects and creating timestamped annotations that can mark significant events in analytics data. Ideal for teams wanting to automate analytics workflows, document deployments, or track important milestones directly through AI assistant interactions.
PostHog