Mixpanel MCP
@dragonkhoi
Mixpanel MCP について
MCP Server for Mixpanel API (talk to your Mixpanel data)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mixpanel-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@dragonkhoi/mixpanel-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mixpanel MCP?
Mixpanel MCP is a simple MCP server that interfaces with the Mixpanel API, allowing you to query events data, retention, and funnels from any MCP client like Cursor or Claude Desktop. It is designed for on-demand analytics lookups such as “What’s the weekly retention for users in the Feb 1 cohort?”
How to use Mixpanel MCP?
Install via Smithery or by cloning the repository. You need a Mixpanel Service Account username, password, and project ID. For Claude Desktop, run npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude. For Cursor, use the command npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config with a JSON object containing your credentials. Alternatively, clone the repo, run npm run build, then execute node /ABSOLUTE/PATH/TO/build/index.js USERNAME PASSWORD PROJECT_ID.
Key features of Mixpanel MCP
- Query Mixpanel events, retention, and funnel data.
- Works with any MCP client (Cursor, Claude Desktop).
- On-demand natural language analytics lookups.
- Easy installation via Smithery or local clone.
- Authenticates using Mixpanel Service Accounts.
Use cases of Mixpanel MCP
- Ask “What’s the weekly retention for users in the Feb 1 cohort?”
- Request an overview of events in your Mixpanel project.
- Quickly analyze user behavior trends without opening Mixpanel’s UI.
FAQ from Mixpanel MCP
What credentials are required?
You need a Mixpanel Service Account username and password (from Organization Settings) and your project ID (from Project Settings).
Which Mixpanel API features are currently supported?
Querying events data, retention, and funnels. More API coverage is planned over time.
How do I install Mixpanel MCP for Cursor?
Go to Cursor Settings → Features → MCP Servers → + Add. Select Type: command and paste the Smithery run command with your service account credentials and project ID as a JSON config.
Is Mixpanel MCP available on Smithery?
Yes, it has a Smithery badge and can be installed automatically via the Smithery CLI.
「データと分析」の他のコンテンツ
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
コメント