PostHog MCP Server

Docs - Community - Roadmap - Why PostHog? - Changelog - Bug reports PostHog provides every tool you need to build a successful product, and captures all the context agents need to proactively diagnose problems, uncover opportunities, and ship fixes. It is available as a remote MCP endpoint.

Teams that want a hosted data & analytics endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 39,031 · #6 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install PostHog MCP Server

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.posthog.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.posthog.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.PostHog is GitHub-verified and matches the repo owner

03 · What PostHog MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

desktop-v0.61.11 · 2026-08-25

Update posthog-js to 1.418.16 · Update posthog-node to 5.51.1 · Update @posthog/react-native-plugin to 2.5.0 · Downloads · macOS · | Package | Architecture | Download | Blockmap | SHA-256 | · | --- | --- | --- | --- |…

desktop-v0.61.8 · 2026-08-24

triage mode behind its own flag · ask new-session research prompts for a canvas · Downloads · macOS · | Package | Architecture | Download | Blockmap | SHA-256 | · | --- | --- | --- | --- | --- | · | DMG | Apple Silicon…

desktop-v0.61.4 · 2026-08-24

keep sidebar overlay below nav rail · global reports inbox - one triage surface with server-side counts · chat with a report in a side panel, quote by highlighting · lead report pages with a verdict banner · Downloads…

04 · Who maintains PostHog MCP Server

PostHog MCP Server is maintained by posthog. It's the only MCP server we track from this author; the repo dates to Jan 2020.

05 · Facts

category
data & analytics - ranked #6 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.PostHog/mcp (active, first published 2026-01-07 · 3 versions)

06 · PostHog MCP Server FAQ

What is PostHog MCP Server?

Docs - Community - Roadmap - Why PostHog? - Changelog - Bug reports PostHog provides every tool you need to build a successful product, and captures all the context agents need to proactively diagnose problems, uncover opportunities, and ship fixes. It is available as a remote MCP endpoint.

Is PostHog MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install PostHog MCP Server?

Run `claude mcp add posthog-posthog --transport http https://mcp.posthog.com/mcp`. You can also paste the ready-made client config above.

Does PostHog MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to PostHog MCP Server