PostHog

Product analytics, flags, insights

官方文档

关于 PostHog

PostHog is an open-source product analytics suite with events, session replay, feature flags, and experiments. Its remote MCP server lets assistants query analytics with natural language or HogQL, manage flags, and investigate product behavior conversationally.

连接信息

https://mcp.posthog.com/mcp
传输协议
Streamable HTTP
身份验证
OAuth

设置

claude mcp add posthog --transport http https://mcp.posthog.com/mcp

常见问题

什么是 PostHog 远程 MCP 服务器?

PostHog 远程 MCP 服务器是托管在 https://mcp.posthog.com/mcp 的 Model Context Protocol 端点,AI 助手无需在本地安装或运行任何程序即可连接。 PostHog is an open-source product analytics suite with events, session replay, feature flags, and experiments. Its remote MCP server lets assistants query analytics with natural language or HogQL, manage flags, and investigate product behavior conversationally.

如何连接 PostHog MCP 服务器?

将端点 https://mcp.posthog.com/mcp 添加到任意兼容 MCP 的客户端,例如 Claude Code、Codex、Cursor 或 VS Code。本页的配置片段可一步完成各客户端的设置。

PostHog MCP 服务器需要身份验证吗?

需要。PostHog 使用 OAuth:首次连接时,MCP 客户端会打开浏览器窗口让你登录并授权,之后的会话将复用该凭证。

PostHog MCP 服务器使用哪种传输协议?

PostHog 提供 Streamable HTTP 端点,这是 Model Context Protocol 当前的标准传输方式,所有主流 MCP 客户端均支持。

更多远程 MCP 服务器