Skip to main content
Glama

mixpanel

Panel de mezcla MCP

Servidor MCP simple que interactúa con la API de Mixpanel, lo que le permite acceder a los datos de eventos de Mixpanel desde cualquier cliente MCP como Cursor o Claude Desktop. Consulte datos de eventos, retención y embudos. Ideal para búsquedas bajo demanda como: "¿Cuál es la retención semanal de los usuarios del grupo del 1 de febrero?"

Con el tiempo agregaré más cobertura de la API de Mixpanel, déjame saber qué herramientas necesitas o simplemente abre una solicitud.

Instalación

Asegúrate de ir a la Configuración de tu organización de Mixpanel para configurar una Cuenta de servicio de Mixpanel , obtener el nombre de usuario, la contraseña y el ID de tu proyecto (en la Configuración del proyecto de Mixpanel).

Instalación mediante herrería

Para instalar mixpanel-mcp para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @dragonkhoi/mixpanel-mcp --client claude

Para instalar mixpanel-mcp para Cursor, vaya a Configuración -> Configuración del cursor -> Características -> Servidores MCP -> + Agregar

Seleccione Tipo: comando y pegue lo siguiente, utilizando los argumentos <USERNAME> <PW> <PROJECT_ID> de Mixpanel

npx -y @smithery/cli@latest run @dragonkhoi/mixpanel-mcp --config "{\"username\":\"YOUR_SERVICE_ACCT_USERNAME\",\"password\":\"YOUR_SERVICE_ACCT_PASSWORD\",\"projectId\":\"YOUR_MIXPANEL_PROJECT_ID\"}"

Clonar y ejecutar localmente

Clonar este repositorio Ejecutar npm run build Pegar este comando en el node /ABSOLUTE/PATH/TO/mixpanel-mcp/build/index.js YOUR_SERVICE_ACCOUNT_USERNAME YOUR_SERVICE_ACCOUNT_PASSWORD YOUR_PROJECT_ID

Ejemplos

  • Pregunte sobre los números de retención
  • Solicitar una visión general de los eventos
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Conéctate a tus datos de Mixpanel. Consulta datos de eventos, retención y embudo desde los análisis de Mixpanel.

  1. Instalación
    1. Instalación mediante herrería
    2. Clonar y ejecutar localmente
  2. Ejemplos

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
      Last updated -
      8
      6
      14
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      Integrates with the Eventbrite API to provide AI-assisted event management capabilities for viewing events, tracking attendees, and generating analytics reports.
      Last updated -
      3
      1
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants like Claude to interact with Mixpanel analytics, allowing them to track events, page views, user signups, and update user profiles directly through natural language requests.
      Last updated -
      4
      4
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Provides tools for retrieving analytics reports and metrics from PlainSignal through the Model Context Protocol (MCP).
      Last updated -
      1
      1
      JavaScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dragonkhoi/mixpanel-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server