Skip to main content
Developer ToolsTypeScript

posthog/mcp

An MCP server for interacting with PostHog analytics, feature flags, error tracking and more.

developer-toolsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/posthog/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "posthog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posthog/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
posthog