PostHog MCP
Official OtherOfficial PostHog MCP server for querying product analytics, feature flags, session recordings, and user behavior data.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"posthog-mcp": {
"command": "npx",
"args": [
"-y",
"posthog-mcp-monorepo"
]
}
}
}