Skip to content
VS Code

posthog mcp server for VS Code

io.github.friendlygeorge/posthog-mcp-server

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...

client:VS Code transport:stdio runtime:npm

Install posthog mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "posthog-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "posthog-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

posthog mcp server in other clients