Overview
PostHog MCP has been moved into the PostHog Monorepo; the server can be found under the monorepo path at products/mcp, with documentation available at the PostHog docs site. The MCP server follows the Model Context Protocol and is documented at https://posthog.com/docs/model-context-protocol. It can be installed quickly into popular developer environments such as Cursor, Claude, Claude Code, VS Code, and Zed using the npm-based wizard: npx @posthog/wizard@latest mcp add. This provides a centralized, versioned MCP backend that enables external tools and assistants to access PostHog analytics data, feature flags, error tracking, and other contextual information via a standard interface. The README emphasizes ease of installation and integration, directing users to the official documentation for setup and usage. By providing a simple, install-ready MCP server, teams can incorporate PostHog context into their workflows and tooling, enabling more informed decisions and streamlined debugging with up-to-date PostHog data.
Features
No specific features listed.
Who Is This For?
- Developers:Integrate PostHog analytics, feature flags, and error tracking into their tools and workflows using the MCP server, installed via npx wizard into editors/environments such as Cursor, Claude, Claude Code, VS Code, and Zed.




