Observability
PostHog MCP
PostHog’s official MCP server exposes product analytics, feature flags, experiments, and related project tools. Use the hosted remote server with a personal API key (via mcp-remote for stdio-only clients).
Stars
151
Installs
55.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 151 · catalog
- Freshness: Updated 2026-01-07
- Used in 4 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"posthog": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.posthog.com/mcp"]
}
}
}