PostHog MCP Server
Rank #39912pulsemcp/posthog
Integrates with PostHog product analytics to query analytics data, manage feature flags, create insights, run experiments, and track errors.
PostHog MCP Server is a Model Context Protocol (MCP) server published by posthog. It ranks #39912 of 58,900 servers tracked on MCP Toplist. PostHog MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 14, 2025.
Ranks ahead of 18,988 of 58,900 servers on MCP Toplist.
Use PostHog MCP Server
Add PostHog MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"posthog": {
"url": "https://mcp.posthog.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"posthog": {
"url": "https://mcp.posthog.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Listed on 1 registry
posthog
Other servers by posthog
View all posthog servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- What is PostHog MCP Server?
- Integrates with PostHog product analytics to query analytics data, manage feature flags, create insights, run experiments, and track errors.
- Who maintains PostHog MCP Server?
- PostHog MCP Server is maintained by posthog, which publishes 2 MCP servers (0 total versions) tracked on MCP Toplist.
- Is PostHog MCP Server an official MCP server?
- PostHog MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does PostHog MCP Server have?
- PostHog MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for PostHog MCP Server?
- The source code for PostHog MCP Server is hosted at github.com/posthog/posthog/tree/HEAD/services/mcp.