- Explore MCP Servers
- liquidium-mcp
Liquidium Mcp
What is Liquidium Mcp
Liquidium MCP is a Model Context Protocol server designed for interaction with PostHog analytics, allowing users to create annotations and manage projects through interfaces like Claude Desktop and Smithery.
Use cases
Use cases include managing analytics projects, adding contextual annotations to insights, searching for specific data points within PostHog, and enhancing collaboration among team members working on analytics.
How to use
Liquidium MCP can be used via Smithery or through local installation. For Smithery, users can add it to Claude by entering their PostHog API Key. For local installation, users need to clone the repository, set up a virtual environment, install dependencies, and configure their API key.
Key features
Key features include listing all available PostHog projects, creating annotations with optional timestamps, searching for insights within projects, and viewing detailed information about specific insights.
Where to use
Liquidium MCP is primarily used in analytics and data management fields, particularly for organizations utilizing PostHog for tracking user behavior and insights.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Liquidium Mcp
Liquidium MCP is a Model Context Protocol server designed for interaction with PostHog analytics, allowing users to create annotations and manage projects through interfaces like Claude Desktop and Smithery.
Use cases
Use cases include managing analytics projects, adding contextual annotations to insights, searching for specific data points within PostHog, and enhancing collaboration among team members working on analytics.
How to use
Liquidium MCP can be used via Smithery or through local installation. For Smithery, users can add it to Claude by entering their PostHog API Key. For local installation, users need to clone the repository, set up a virtual environment, install dependencies, and configure their API key.
Key features
Key features include listing all available PostHog projects, creating annotations with optional timestamps, searching for insights within projects, and viewing detailed information about specific insights.
Where to use
Liquidium MCP is primarily used in analytics and data management fields, particularly for organizations utilizing PostHog for tracking user behavior and insights.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Liquidium MCP Server
A Model Context Protocol (MCP) server for interacting with PostHog analytics through Liquidium. Create annotations and manage projects directly through Claude Desktop or Smithery!
Features
- List Projects: View all available PostHog projects in your organization
- Create Annotations: Add annotations to your PostHog projects with optional timestamps
- List and Search Insights: View and search for insights in your PostHog projects
- Get Insight Details: View detailed information about specific insights
Setup
Option 1: Smithery (Recommended)
The easiest way to use Liquidium MCP is through Smithery:
- Visit Liquidium MCP on Smithery
- Click “Add to Claude”
- Enter your PostHog API Key when prompted
- Start using Liquidium tools in Claude!
Option 2: Local Installation
-
Prerequisites
- Python 3.10 or higher
piporuvpackage manager- PostHog API Key with
annotation:writeandproject:readscopes obtained from your project settings
-
Installation
# clone the repo git clone https://github.com/Shudufhadzo/liquidium-mcp.git cd liquidium-mcp # Create and activate virtual environment python -m venv .venv # On Windows .venv\Scripts\activate # On macOS/Linux source .venv/bin/activate # Install dependencies pip install -e . -
Configuration
- Create a
.envfile in the project root:PERSONAL_API_KEY=phx_your_posthog_api_key_here
- Create a
-
Claude Desktop Setup
- Install Claude Desktop
- Open Claude Desktop settings and click “Edit Config”. Alternatively, you can open the file from:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add this to your
claude_desktop_config.json(adjust paths according to your system):
Check the latest documentation on setting up Claude Desktop as MCP client if you ran into any issues.
Usage
After setup, you’ll see a hammer icon in Claude Desktop. The following commands are available:
List Projects
Ask Claude:
"List my PostHog projects"
Get and Search for Insights
Ask Claude:
“List my PostHog insights” or “Search for revenue insights in my PostHog”
Search for documentations online
You can ask:
- “how can i do reverse proxy in nextjs in posthog?”
Create Annotation
Using the Project ID you get from the list of projects, ask Claude:
"Create a PostHog annotation in project 53497 saying 'Deployed v1.2.3'"
or with a specific date:
"Create a PostHog annotation in project 53497 for March 20th saying 'Started new marketing campaign'"
Troubleshooting
- If the hammer icon doesn’t appear, restart Claude Desktop
- Check logs at
~/Library/Logs/Claude/mcp*.log(macOS) or%APPDATA%\Claude\logs(Windows) - Verify your PostHog API key has the correct permissions
- Make sure all paths in
claude_desktop_config.jsonare absolute paths
Contributing
Feel free to open issues and PRs! We follow PostHog’s contribution guidelines.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










