Skip to content
Cursor

posthog mcp server for Cursor

io.github.friendlygeorge/posthog-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install posthog mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

posthog mcp server in other clients