All MCP servers

PostHog MCP Server

Official
by Api.AirforceStreamable HTTPSales & Marketing034,954Custom

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

mcpopen-sourcesales-marketing

Endpoint

POST https://mcp.posthog.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "posthog-mcp-server-impf82f1": {
      "url": "https://mcp.posthog.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}