PostHog MCP Server
Liquidium MCP サーバー
Liquidium を介して PostHog アナリティクスと連携するための Model Context Protocol (MCP) サーバー。Claude Desktop または Smithery から直接アノテーションを作成し、プロジェクトを管理できます。
特徴
プロジェクトの一覧: 組織内で利用可能なすべての PostHog プロジェクトを表示します
注釈の作成: オプションのタイムスタンプを使用して、PostHogプロジェクトに注釈を追加します。
インサイトの一覧表示と検索: PostHog プロジェクトのインサイトを表示および検索します
インサイトの詳細を取得: 特定のインサイトに関する詳細情報を表示します
Related MCP server: PostHog MCP Server
設定
オプション 1: 鍛冶屋 (推奨)
Liquidium MCP を使用する最も簡単な方法は、Smithery を使用することです。
SmitheryのLiquidium MCPをご覧ください
「Claudeに追加」をクリック
プロンプトが表示されたらPostHog APIキーを入力してください
Claude で Liquidium ツールを使い始めましょう!
オプション2: ローカルインストール
前提条件
Python 3.10以上
pipまたはuvパッケージマネージャープロジェクト設定から取得した
annotation:writeおよびproject:readスコープを含むPostHog APIキー
インストール
# 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 .構成
プロジェクト ルートに
.envファイルを作成します。PERSONAL_API_KEY=phx_your_posthog_api_key_here
クロードデスクトップセットアップ
Claude Desktopをインストールする
Claude Desktopの設定を開き、「設定の編集」をクリックします。または、以下の場所からファイルを開くこともできます。
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
これを
claude_desktop_config.jsonに追加します (システムに応じてパスを調整してください)。{ "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 ] } } }問題が発生した場合は、Claude Desktop を MCP クライアントとして設定する方法についての最新のドキュメントを確認してください。
使用法
セットアップ後、Claude Desktopにハンマーアイコンが表示されます。以下のコマンドが利用可能です。
プロジェクトの一覧
クロードに聞く:
"List my PostHog projects"洞察の取得と検索
クロードに聞く:
「PostHogのインサイトを一覧表示する」または「PostHogで収益インサイトを検索する」
オンラインでドキュメントを検索する
次のように尋ねることができます。
「posthog の nextjs でリバース プロキシを実行するにはどうすればいいですか?」
注釈を作成
プロジェクト リストから取得したプロジェクト ID を使用して、Claude に質問します。
"Create a PostHog annotation in project 53497 saying 'Deployed v1.2.3'"
または特定の日付で:
"Create a PostHog annotation in project 53497 for March 20th saying 'Started new marketing campaign'"トラブルシューティング
ハンマーアイコンが表示されない場合は、Claude Desktopを再起動してください。
~/Library/Logs/Claude/mcp*.log(macOS) または%APPDATA%\Claude\logs(Windows) のログを確認します。PostHog APIキーに正しい権限があることを確認してください
claude_desktop_config.json内のすべてのパスが絶対パスであることを確認してください
貢献
お気軽に問題や PR を投稿してください。PostHog の貢献ガイドラインに従っています。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.1

PostHog MCP Serverofficial
-licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables Claude Desktop users to interact directly with PostHog, allowing them to view projects and create annotations through natural language commands.10- AlicenseBqualityDmaintenanceProvides access to Backlog API for project management, issue tracking, and file operations through Claude Desktop.8711MIT
- AlicenseNot gradedqualityNot gradedmaintenanceA server that enables integration between Claude Desktop and WordPress, allowing for AI-assisted blogging through a Message Control Protocol implementation.
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shudufhadzo/liquidium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server