How to connect Mixpanel MCP with VS Code

How to connect Mixpanel MCP with VS Code VS Code is the most popular code editor out there. With its recent AI makeover, it can do more than just help you write code. You can connect your applications to it and let LLMs automate many of the mundane tasks in your workflow. In this guide, I will explain how to connect Mixpanel with VS Code in the most secure and robust way possible via Composio.

Mixpanel logoMixpanel
Basic

Mixpanel is a product analytics platform tracking user interactions and engagement. It helps teams analyze behavior, track funnels, and improve user experiences.

43 Tools

How to connect Mixpanel MCP with VS Code

VS Code is the most popular code editor out there. With its recent AI makeover, it can do more than just help you write code. You can connect your applications to it and let LLMs automate many of the mundane tasks in your workflow.

In this guide, I will explain how to connect Mixpanel with VS Code in the most secure and robust way possible via Composio.

Also integrate Mixpanel with

Why use Composio?

Composio provides:

  • Access to 1,000+ managed apps from a single MCP endpoint. This makes it convenient for agents to run cross-app workflows.
  • Programmatic tool calling. Allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool response handling outside the LLM context. This minimizes context bloat from large tool responses.
  • Dynamic just-in-time access to thousands of tools across hundreds of apps. Composio loads the tools your agent needs, so LLMs are not overwhelmed by tools they do not need.

Integrate Mixpanel MCP with VS Code

1. Install with one click

Click the button below to add Composio to VS Code. You will be prompted to authorize. This requires VS Code 1.99+ with GitHub Copilot.

+Install in VS Code

2. Or add manually

Open or create .vscode/mcp.json in your project root and add the following configuration:

bash
{
  "servers": {
    "composio": {
      "type": "http",
      "url": "https://connect.composio.dev/mcp"
    }
  }
}

3. Authorize

Click the install button to authorize VS Code to connect to Composio. VS Code will detect OAuth and prompt you to sign in.

VS Code MCP server install screen for Composio

A browser window will open to authorize.

Composio authorization browser window

4. Authenticate Mixpanel and start working

Back in VS Code chat, ask the agent to connect to Mixpanel or give it any Mixpanel-related task.

For example, ask it to:

  • "Show daily active users for last month"
  • "List top events by user engagement"
  • "Analyze conversion funnel for signup flow"

It will prompt you to authenticate and authorize access to Mixpanel.

That is it. Composio tools are now available in VS Code, and your Mixpanel account is ready to use.

Way Forward

Now that Mixpanel is connected, extend your setup by connecting the other apps you already use every day, so your agent can run true cross-app workflows end to end.

  • Connect Calendar to turn threads into scheduled meetings automatically.
  • Connect Slack or Teams to post summaries, approvals, and alerts where your team works.
  • Connect Notion, Linear, Jira, or Asana to convert requests into tickets, tasks, and docs.
  • Connect Drive, Dropbox, or OneDrive to fetch, file, and share attachments without manual steps.
  • Connect HubSpot or Salesforce to log customer context, update records, and draft follow-ups.

Start with one workflow you do repeatedly, then keep adding apps as you find new handoffs. With everything behind a single MCP endpoint, your agent can coordinate multiple tools safely and reliably in one conversation.

TOOLS

Supported Tools

Every Mixpanel action and event your agent gets out of the box.

Add Unique Values to Profile List Property

Tool to add unique values to list properties on user profiles in Mixpanel using the $union operation.

Get Aggregated Event Property Values

Get unique, total, or average data for a single event and property over days, weeks, or months.

Get Aggregate Events

Get aggregate event counts over time.

List Saved Cohorts

Tool to list all saved cohorts in a Mixpanel project.

Create Annotation Tag

Tool to create a new annotation tag in Mixpanel using the provided name.

Create Identity

Tool to create an identity mapping in Mixpanel by linking an anonymous ID with an identified user ID.

Create Service Account

Tool to create a new service account for your organization and optionally add it to projects.

Delete Group

Tool to permanently delete a group profile from Mixpanel Group Analytics.

Delete Profile

Tool to permanently delete a user profile from Mixpanel, along with all of its properties.

Delete Multiple Profiles (Batch)

Tool to permanently delete multiple user profiles from Mixpanel in a single batch request.

Delete Profile Property

Tool to permanently delete properties from a Mixpanel user profile using the $unset operation.

Get All Projects

Get all projects associated with the authenticated Mixpanel account.

Get Annotation Tags

Tool to get all annotation tags from a Mixpanel project.

Batch Update Group Profiles

Tool to send a batch of group profile updates to Mixpanel.

Delete Group Properties

Tool to delete specific properties from a Mixpanel group profile.

Create Identity Alias

Tool to create an alias mapping between two distinct IDs in Mixpanel.

Execute JQL Query

Execute a custom JQL (JavaScript Query Language) query against Mixpanel's Query API.

List Saved Funnels

Get the names and funnel_ids of your funnels.

List Service Accounts

Tool to list all service accounts for an organization.

Append to Profile List Property

Tool to append values to list properties on user profiles in Mixpanel.

Update Multiple Profiles (Batch)

Tool to update multiple user profiles in Mixpanel in a single batch request.

Get Profile Event Activity

Get event activity feed for specified users from Mixpanel Query API.

Increment Profile Numerical Property

Tool to increment or decrement numerical properties on user profiles in Mixpanel.

Remove from Profile List Property

Tool to remove values from list properties on user profiles in Mixpanel.

Set Profile Properties

Tool to set user profile properties in Mixpanel using the $set operation.

Query Frequency Report

Get data about how frequently users are performing events.

Query Saved Funnel

Get data for a funnel.

Query Saved Insight

Get data from your Insights reports.

Query Numeric Average Report

Averages an expression for events per unit time.

Query Numeric Sum Report

Sums an expression for events per unit time.

Query Profiles

Query user or group profile data from Mixpanel.

Query Retention Report

Query cohort analysis showing user retention patterns over time.

Query Segmentation Report

Get data for an event, segmented and filtered by properties with daily/time-series breakdown.

Query Top Events

Get the top events for today, with their counts and the normalized percent change from yesterday.

Remove from Group List Property

Tool to remove values from list properties on group profiles in Mixpanel.

Remove from Profile List Property

Tool to remove values from list properties on user profiles in Mixpanel using the $remove operation.

Numeric Bucket Segmentation Query

Tool to get event data numerically bucketed by property values.

Set Group Property Once

Tool to set properties on a Mixpanel group profile only if they don't already exist.

Set Profile Property Once

Tool to set user profile properties in Mixpanel using the $set_once operation.

Get Top Event Properties

Get the top property names for an event.

Get Top Event Property Values

Tool to get the top values for a property ordered by frequency.

Get Top Events

Get a list of the most common events over the last 31 days.

Union to Group List Property

Tool to add unique values to list properties on group profiles in Mixpanel.

FAQ

Frequently asked questions

With a standalone Mixpanel MCP server, the agents and LLMs can only access a fixed set of Mixpanel tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Mixpanel and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. VS Code fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Mixpanel tools.

Yes, absolutely. You can configure which Mixpanel scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Mixpanel data and credentials are handled as safely as possible.

Start with Mixpanel.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Mixpanel tool your agent needs.Free to start.

Start building