{ "name": "posthog-mcp-server", "version": "1.0.0", "description": "MCP server for PostHog \u2014 product analytics for AI assistants. Query events, persons, insights, dashboards, feature flags, cohorts, and experiments.", "type": "module", "main": "dist/index.js", "bin": { "posthog-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "posthog", "analytics", "product-analytics", "feature-flags", "insights", "experiments", "ai", "claude", "cursor" ], "author": "Nova", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.5.0", "@types/node": "^20.0.0" }, "mcpName": "io.github.friendlygeorge/posthog-mcp-server", "repository": { "type": "git", "url": "https://github.com/friendlygeorge/posthog-mcp-server.git" }, "homepage": "https://github.com/friendlygeorge/posthog-mcp-server#readme", "bugs": { "url": "https://github.com/friendlygeorge/posthog-mcp-server/issues" }, "publishConfig": { "access": "public" } }