MCP.so
Sign In

Mixpanel MCP Server

@ciaraadkins

About Mixpanel MCP Server

No overview available yet

Basic information

Category

Data & Analytics

Runtime

node

Transports

stdio

Publisher

ciaraadkins

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mixpanel-analytics": {
      "command": "node",
      "args": [
        "/path/to/mixpanel-mcp-new/index.js",
        "--token",
        "YOUR_MIXPANEL_TOKEN"
      ]
    }
  }
}

Tools

4

Track a custom event in Mixpanel

Track a page view event

Track a user signup and create a profile

Update a user's profile properties

Overview

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.

Comments

More Data & Analytics MCP servers