Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for PostHog that enables querying feature flags and analytics data.
Add this to your MCP client configuration:
{
"mcpServers": {
"posthog-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.posthog.com/sse",
"--header",
"Authorization:${POSTHOG_AUTH_HEADER}"
],
"env": {
"POSTHOG_AUTH_HEADER": "<Bearer token with your PostHog personal API key>"
}
}
}
}{
"id": "posthog-mcp",
"name": "PostHog",
"description": "A Model Context Protocol server for PostHog that enables querying feature flags and analytics data.",
"source_url": "https://github.com/posthog/mcp?tab=readme-ov-file#use-the-mcp-server",
"publisher_name": "posthog",
"publisher_url": "https://github.com/posthog",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 0,
"requires_oauth": false,
"distribution": {
"type": "source",
"package": ""
},
"tools_count": 27
}