posthog/mcp
An MCP server for interacting with PostHog analytics, feature flags, error tracking and more.
Quick Start
Clone the repository:
git clone https://github.com/posthog/mcpClaude Desktop configuration example:
{
"mcpServers": {
"posthog-mcp": {
"command": "npx",
"args": [
"-y",
"posthog/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.