Skip to content
Cursor

PostHog MCP Server for Cursor

io.github.posthog/mcp

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

client:Cursor transport:streamable-http

Install PostHog MCP Server in Cursor

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

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

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