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

You must be authenticated.

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

    • -
      security
      F
      license
      -
      quality
      Enables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.
      Last updated -
      TypeScript
    • -
      security
      F
      license
      -
      quality
      Provides access to PyTorch CI/CD analytics data including workflows, jobs, test runs, and log analysis through an MCP interface.
      Last updated -
      Python
    • -
      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 -
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      Provides tools for interacting with the Flow blockchain, including Flow balance checking, token balance querying, and Cadence Owned Account information retrieval.
      Last updated -
      5
      21
      TypeScript
      MIT License
      • Apple
      • Linux

    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