Tools for PostHog analytics, annotations, and project management.
A Model Context Protocol (MCP) server for interacting with PostHog analytics through Liquidium. Create annotations and manage projects directly through Claude Desktop or Smithery!
The easiest way to use Liquidium MCP is through Smithery:
Prerequisites
pip
or uv
package managerannotation:write
and project:read
scopes obtained from your project settingsInstallation
# 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
.env
file in the project root:
PERSONAL_API_KEY=phx_your_posthog_api_key_here
Claude Desktop Setup
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
(adjust paths according to your system):
{
"mcpServers": {
"posthog": {
"command": "/path/to/python", # Get this by running: which python
"args": [
"-m",
"posthog_mcp",
"--directory",
"/path/to/your/posthog-mcp" # Full path to this project
]
}
}
}
Check the latest documentation on setting up Claude Desktop as MCP client if you ran into any issues.After setup, you'll see a hammer icon in Claude Desktop. The following commands are available:
Ask Claude:
"List my PostHog projects"
Ask Claude:
"List my PostHog insights" or "Search for revenue insights in my PostHog"
You can ask:
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'"
~/Library/Logs/Claude/mcp*.log
(macOS) or %APPDATA%\Claude\logs
(Windows)claude_desktop_config.json
are absolute pathsFeel free to open issues and PRs! We follow PostHog's contribution guidelines.
An MCP server that uses Google's Gemini 1.5 Pro to generate concise summaries of various content types.
Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
Enables AI assistants to seamlessly interact with your Twenty CRM data through its API.
An MCP Server Integration with Apple Shortcuts
Product‑discovery and strategy platform integration. Create, query and update opportunities, solutions, outcomes, requirements and feedback from any MCP‑aware LLM.
Interact with Ramp's Developer API to run analysis on your spend and gain insights leveraging LLMs
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
MCP server to interact with Routine: calendars, tasks, notes, etc.
Interact with Home Assistant to control smart home devices, query states, manage automations, and troubleshoot your smart home setup.