Mixpanel MCP
简单的 MCP 服务器,可与 Mixpanel API 交互,让您可以从任何 MCP 客户端(例如 Cursor 或 Claude Desktop)访问 Mixpanel 事件数据。查询事件数据、留存率和漏斗数据。非常适合按需查询,例如:“2 月 1 日群组用户的周留存率是多少?”
随着时间的推移,我会添加更多关于 Mixpanel API 的覆盖范围,请让我知道您需要哪些工具,或者只需打开 PR。
安装
确保转到您的 Mixpanel 组织设置来设置Mixpanel 服务帐户,获取用户名、密码和您的项目 ID(在 Mixpanel 项目设置中)。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 mixpanel-mcp:
要为 Cursor 安装 mixpanel-mcp,请前往“设置”->“Cursor 设置”->“功能”->“MCP 服务器”->“+ 添加”
选择类型:命令并粘贴以下内容,使用来自 Mixpanel 的参数<USERNAME> <PW> <PROJECT_ID>
克隆并在本地运行
克隆此 repo 运行npm run build
将此命令粘贴到 Cursor(或任何 MCP 客户端) node /ABSOLUTE/PATH/TO/mixpanel-mcp/build/index.js YOUR_SERVICE_ACCOUNT_USERNAME YOUR_SERVICE_ACCOUNT_PASSWORD YOUR_PROJECT_ID
示例
- 询问留存率
- 询问事件概述
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
连接到您的 Mixpanel 数据。从 Mixpanel 分析中查询事件、留存和漏斗数据。
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.Last updated -TypeScript
- -securityFlicense-qualityProvides access to PyTorch CI/CD analytics data including workflows, jobs, test runs, and log analysis through an MCP interface.Last updated -Python
- -securityAlicense-qualityIntegrates with the Eventbrite API to provide AI-assisted event management capabilities for viewing events, tracking attendees, and generating analytics reports.Last updated -MIT License
- AsecurityAlicenseAqualityProvides tools for interacting with the Flow blockchain, including Flow balance checking, token balance querying, and Cadence Owned Account information retrieval.Last updated -521TypeScriptMIT License