
PostHog MCP ServerOfficial
A minimal posthog mcp proof of concept. Contribute to PostHog/posthog-mcp development by creating an account on GitHub.
PostHog
README
PostHog MCP Server 📊
A Model Context Protocol (MCP) server for interacting with PostHog. Create annotations and manage projects directly through Claude Desktop!
Features 🚀
- List Projects: View all available PostHog projects in your organization
- Create Annotations: Add annotations to your PostHog projects with optional timestamps [this list can be much longer, anything our api has basically...]
Setup 🛠️
-
Prerequisites
- Python 3.10 or higher
uv
package manager- PostHog API Key with
annotation:write
andproject:read
scopes obtained from your project settings
-
Installation
# clone the repo git clone git@github.com:PostHog/posthog-mcp.git # or if https, use: git clone https://github.com/PostHog/posthog-mcp.git cd posthog-mcp uv venv source .venv/bin/activate # Install dependencies uv pip install .
-
Configuration
- Create a
.env
file 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"
- Add this to your
claude_desktop_config.json
(adjust paths according to your system):{ "mcpServers": { "posthog": { "command": "/path/to/uv", # Get this by running: which uv "args": [ "--directory", "/path/to/your/posthog-mcp", # Full path to this project "run", "posthog.py" ] } } }
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"
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.json
are absolute paths
Contributing 🤝
Feel free to open issues and PRs! We follow PostHog's contribution guidelines.
Recommended Servers
mcp-server-datadog
Contribute to winor30/mcp-server-datadog development by creating an account on GitHub.
Google Search Console MCP Server
A Model Context Protocol (MCP) server providing access to Google Search Console - ahonn/mcp-server-gsc
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor - rahulthedevil/Jira-Context-MCP
mixpanel
MCP Server for Mixpanel API (talk to your Mixpanel data) - dragonkhoi/mixpanel-mcp
metoro-mcp-server
Metoro MCP Server. Contribute to metoro-io/metoro-mcp-server development by creating an account on GitHub.

Raygun MCP Server
Contribute to MindscapeHQ/mcp-server-raygun development by creating an account on GitHub.

SQLite MCP Server
Contribute to direkt/mcp-test development by creating an account on GitHub.
Umami Analytics MCP Server
Contribute to jakeyShakey/umami_mcp_server development by creating an account on GitHub.
DevEnvInfoServer
DevEnvInfoServer - Cursor MCP Server for Development Environment Information - carterlasalle/system_information_mcp

JIRA MCP Server
A Model Context Protocol server for Jira. Contribute to cosmix/jira-mcp development by creating an account on GitHub.