Posthog
Rank #30,496io.github.PostHog/mcp
MCP server providing mcp capabilities
Posthog is a Model Context Protocol (MCP) server published by posthog. It ranks #30,496 of 115,460 servers tracked on MCP Toplist, and its repository has 39,491 GitHub stars. Posthog is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on May 14, 2025 and most recently updated on Jan 7, 2026.
Ranks ahead of 84,964 of 115,460 servers on MCP Toplist.
Use Posthog
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http posthog https://mcp.posthog.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http posthog https://mcp.posthog.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.posthog]
url = "https://mcp.posthog.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.posthog]
url = "https://mcp.posthog.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.posthog.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.posthog.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"posthog": {
"url": "https://mcp.posthog.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"posthog": {
"url": "https://mcp.posthog.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"posthog": {
"type": "http",
"url": "https://mcp.posthog.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"posthog": {
"type": "http",
"url": "https://mcp.posthog.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"posthog": {
"serverUrl": "https://mcp.posthog.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"posthog": {
"serverUrl": "https://mcp.posthog.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PostHog%2Fmcp)<a href="https://mcptoplist.com/server/io.github.PostHog%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.PostHog%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
posthog
Other servers by posthog
View all posthog servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.5 | Jan 7, 2026 |
| 1.0.1 | Jan 7, 2026 |
| 1.0.0 | Jan 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Posthog?
- Posthog is maintained by posthog, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Posthog listed on the Official MCP Registry?
- Yes — Posthog is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Posthog have?
- MCP Toplist tracks 4 versions of Posthog, most recently published on Jan 7, 2026.
- Where can I find the source code for Posthog?
- The source code for Posthog is hosted at github.com/posthog/posthog/tree/HEAD/services/mcp.