Mixpanel MCP Server
@ciaraadkins
Mixpanel MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mixpanel-analytics": {
"command": "node",
"args": [
"/path/to/mixpanel-mcp-new/index.js",
"--token",
"YOUR_MIXPANEL_TOKEN"
]
}
}
}ツール
4Track a custom event in Mixpanel
Track a page view event
Track a user signup and create a profile
Update a user's profile properties
概要
What is Mixpanel MCP Server?
A Model Context Protocol (MCP) server for integrating Mixpanel analytics with Claude and other MCP clients. It enables tracking custom events, page views, user signups, and updating user profiles directly from an AI assistant.
How to use Mixpanel MCP Server?
Install Node.js 16+, clone the repository, install dependencies, then run the server with ./index.js --token YOUR_MIXPANEL_TOKEN. For Claude Desktop, install globally or specify the full path in claude_desktop_config.json under the mixpanel-analytics MCP server entry. Tools are then exposed to Claude.
Key features of Mixpanel MCP Server
- Track custom events in Mixpanel
- Track page views
- Track user signups and create profiles
- Update user profile properties
- Implements MCP specification cleanly
Use cases of Mixpanel MCP Server
- Record user interactions as custom events from an AI conversation
- Automate page view tracking during browsing sessions
- Log new user signups and their profile data
- Update existing user profiles without manual API calls
- Integrate Mixpanel analytics directly into AI-assisted workflows
FAQ from Mixpanel MCP Server
What are the prerequisites?
Node.js 16.x or later, npm or yarn, and a Mixpanel account with a project token.
How do I configure the server for Claude Desktop?
Edit claude_desktop_config.json and add a server entry named mixpanel-analytics with the command mixpanel-mcp-server (or full node path) and args including --token YOUR_MIXPANEL_TOKEN.
Why don’t events appear in Mixpanel immediately?
There can be a delay before events show in the Mixpanel UI; check after some time and verify your token is correct.
What should I do if Claude doesn’t list the tools?
Verify your claude_desktop_config.json is correctly configured and the server is running. Restart Claude Desktop after making changes.
How can I test the server?
Run the server in debug mode with --debug or use the MCP Inspector via npx @modelcontextprotocol/inspector server ./index.js --token YOUR_MIXPANEL_TOKEN.
「データと分析」の他のコンテンツ
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
コメント