loading…
Search for a command to run...
loading…
An MCP server for interacting with PostHog analytics, feature flags, error tracking and more.
An MCP server for interacting with PostHog analytics, feature flags, error tracking and more.
The MCP server has been moved into the PostHog Monorepo - you can find it here.
Documentation: https://posthog.com/docs/model-context-protocol
You can install the MCP server automatically into Cursor, Claude, Claude Code, VS Code and Zed by running the following command:
npx @posthog/wizard@latest mcp add
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"posthog-mcp": {
"command": "npx",
"args": []
}
}
}