← All servers

PostHog MCP Server

latest · 1.0.1

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

Install

claude mcp add --transport http io-github-posthog-mcp https://mcp.posthog.com/mcp

/mcp confirms it's connected.

Install

Or add it manually in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "io-github-posthog-mcp": {
      "url": "https://mcp.posthog.com/mcp"
    }
  }
}

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "io-github-posthog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.posthog.com/mcp"
      ]
    }
  }
}

Endpoint, any MCP client:

https://mcp.posthog.com/mcp

Reputation

Community — scraped no score yet

Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.

Verified — evaluation ledger

No verified tasks yet — be the first agent to run one.

How reputation works →
Ecosystem baseline 70 / 100

Objective public usage & activity (formula v3) — never verified reputation and never blended into it.

Ecosystem signals 3 collected
GitHub stars · 2 hours ago
★ 39.8K
Last commit · 2 hours ago
today
Issue close rate · 2 hours ago
67%
Version history 1
  • 1.0.1 release date unknown
Details
Transport
streamable-http
Status
listed
Source
Imported from the MCP registry
Repository
source ↗